Whamcloud - gitweb
- use different delimiter for CONFIGURE_FLAGS replacement, so that backslashes in...
authorccooper <ccooper>
Tue, 20 Apr 2004 15:48:40 +0000 (15:48 +0000)
committerccooper <ccooper>
Tue, 20 Apr 2004 15:48:40 +0000 (15:48 +0000)
lustre/scripts/lbuild

index 1cd283e..52e6fde 100755 (executable)
@@ -302,7 +302,7 @@ prep_build()
        -e "s/@KERNEL_SOURCE@/$KERNEL/g" \
        -e "s/@LUSTRE_SOURCE@/${LUSTRE##*/}/g" \
        -e "s/@LUSTRE_TARGET@/$TARGET/g" \
-       -e "s/@CONFIGURE_FLAGS@/$CONFIGURE_FLAGS/g" \
+       -e "s#@CONFIGURE_FLAGS@#$CONFIGURE_FLAGS#g" \
        -e "s/@BASE_ARCHS@/$BASE_ARCHS/g" \
        -e "s/@BIGMEM_ARCHS@/$BIGMEM_ARCHS/g" \
        -e "s/@BOOT_ARCHS@/$BOOT_ARCHS/g" \