From: Bill Wendling Date: Tue, 16 Dec 2008 00:42:25 +0000 (+0000) Subject: Change so that buildit won't need a parent directory with only the build scripts... X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=fc953d149fd4e639a3d12f144c65a994b6551945;p=oota-llvm.git Change so that buildit won't need a parent directory with only the build scripts in them. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61061 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/buildit/build_llvm b/utils/buildit/build_llvm index 4ea0df62e1b..bd245f13d2a 100755 --- a/utils/buildit/build_llvm +++ b/utils/buildit/build_llvm @@ -82,7 +82,7 @@ mkdir -p $DIR/obj-llvm || exit 1 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 \