Skip to content
Snippets Groups Projects
Commit 37173761 authored by ccooper's avatar ccooper
Browse files

- use different delimiter for CONFIGURE_FLAGS replacement, so that backslashes...

- use different delimiter for CONFIGURE_FLAGS replacement, so that backslashes in the variable don't make it lose it's mind
parent 5ba5b497
No related merge requests found
...@@ -302,7 +302,7 @@ prep_build() ...@@ -302,7 +302,7 @@ prep_build()
-e "s/@KERNEL_SOURCE@/$KERNEL/g" \ -e "s/@KERNEL_SOURCE@/$KERNEL/g" \
-e "s/@LUSTRE_SOURCE@/${LUSTRE##*/}/g" \ -e "s/@LUSTRE_SOURCE@/${LUSTRE##*/}/g" \
-e "s/@LUSTRE_TARGET@/$TARGET/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/@BASE_ARCHS@/$BASE_ARCHS/g" \
-e "s/@BIGMEM_ARCHS@/$BIGMEM_ARCHS/g" \ -e "s/@BIGMEM_ARCHS@/$BIGMEM_ARCHS/g" \
-e "s/@BOOT_ARCHS@/$BOOT_ARCHS/g" \ -e "s/@BOOT_ARCHS@/$BOOT_ARCHS/g" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment