From: Reid Spencer Date: Mon, 16 Jul 2007 22:54:42 +0000 (+0000) Subject: No, we're not looking for a directory named /config.status. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3b52308476c6a31c734fd7d66791d556ea42cd13;p=oota-llvm.git No, we're not looking for a directory named /config.status. Sigh .. fix copy & paste error. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39939 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/build-for-llvm-top.sh b/build-for-llvm-top.sh index 3e4a4807cfc..0f87faef789 100644 --- a/build-for-llvm-top.sh +++ b/build-for-llvm-top.sh @@ -20,8 +20,7 @@ done # See if we have previously been configured by sensing the presense # of the config.status scripts -config_status="$build_dir/config.status" -if test ! -d "$config_status" ; then +if test ! -x "config.status" ; then # We must configure so build a list of configure options config_options="--prefix=$PREFIX --with-llvmgccdir=$PREFIX" config_options="$config_options $config_opts"