[llvm-commits] [llvm] r61061 - /llvm/trunk/utils/buildit/build_llvm

Bill Wendling isanbard at gmail.com
Mon Dec 15 16:42:25 PST 2008


Author: void
Date: Mon Dec 15 18:42:25 2008
New Revision: 61061

URL: http://llvm.org/viewvc/llvm-project?rev=61061&view=rev
Log:
Change so that buildit won't need a parent directory with only the build scripts in them.

Modified:
    llvm/trunk/utils/buildit/build_llvm

Modified: llvm/trunk/utils/buildit/build_llvm
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/buildit/build_llvm?rev=61061&r1=61060&r2=61061&view=diff

==============================================================================
--- llvm/trunk/utils/buildit/build_llvm (original)
+++ llvm/trunk/utils/buildit/build_llvm Mon Dec 15 18:42:25 2008
@@ -82,7 +82,7 @@
 cd $DIR/obj-llvm || exit 1
 
 if [ \! -f Makefile.config ]; then
-    $SRC_DIR/llvm/configure --prefix=$DT_HOME/local \
+    $SRC_DIR/configure --prefix=$DT_HOME/local \
         --enable-targets=arm,x86,powerpc,cbe \
         --enable-assertions=$LLVM_ASSERTIONS \
         --enable-optimized=$LLVM_OPTIMIZED \





More information about the llvm-commits mailing list