Merging r261384:
[oota-llvm.git] / utils / makellvm
index d84b6743ce96a33af5d02841721ac8a7aead41fd..ae77712941a27b4274c9bc0018ecd97c544d56dc 100755 (executable)
@@ -11,7 +11,7 @@ set DEBUG = 0
 ## Search path for automatically finding the obj-root to use.
 ## Note: The src root directory ${LLVMDIR} will be prepended to this path later.
 ## 
-set OBJROOTDIRLIST = ( "/localhome/$USER/llvm" )
+set OBJROOTDIRLIST = ( )
 
 set doit = 1
 unset options_done
@@ -131,6 +131,7 @@ set CMD = "make $GMAKE_OPTS && (cd $LLVMDIR/tools/$EXEC && make $GMAKE_OPTS)"
 
 if ($doit == 1) then
     csh -f -c "$CMD"
+    set pstatus = $?
 else
     echo '(NOT EXECUTING) COMMAND:'
     echo "  $CMD"