[llvm-commits] [llvm-top] r39935 - /llvm-top/trunk/build

Reid Spencer rspencer at reidspencer.com
Mon Jul 16 15:23:16 PDT 2007


Author: reid
Date: Mon Jul 16 17:23:15 2007
New Revision: 39935

URL: http://llvm.org/viewvc/llvm-project?rev=39935&view=rev
Log:
Don't put apostrophe characters in the value of PREFIX or LLVM_TOP.

Modified:
    llvm-top/trunk/build

Modified: llvm-top/trunk/build
URL: http://llvm.org/viewvc/llvm-project/llvm-top/trunk/build?rev=39935&r1=39934&r2=39935&view=diff

==============================================================================
--- llvm-top/trunk/build (original)
+++ llvm-top/trunk/build Mon Jul 16 17:23:15 2007
@@ -60,7 +60,7 @@
   fi
   build_command="$MODULE_INFO_VALUE"
   build_command="$build_command $BUILD_OPTS"
-  build_command="$build_command LLVM_TOP='$LLVM_TOP' PREFIX='$INSTALL_PREFIX'" 
+  build_command="$build_command LLVM_TOP=$LLVM_TOP PREFIX=$INSTALL_PREFIX" 
   build_command="$build_command $BUILD_PARAMS"
   msg 1 "Building Module $module with this command:"
   msg 1 "  $build_command"





More information about the llvm-commits mailing list