X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=utils%2Fmakellvm;h=ae77712941a27b4274c9bc0018ecd97c544d56dc;hb=cc6a69d0c01fbc883615ff853b34d319bf1fce01;hp=037c995fac2fa249b4df1db8a8ec5df4dc56017d;hpb=c69230d569b240fd1c2d42211a380393b476cdd7;p=oota-llvm.git diff --git a/utils/makellvm b/utils/makellvm index 037c995fac2..ae77712941a 100755 --- a/utils/makellvm +++ b/utils/makellvm @@ -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 @@ -127,10 +127,11 @@ if (! -d $BUILDROOT) then endif cd $BUILDROOT -set CMD = "gmake $GMAKE_OPTS && (cd $LLVMDIR/tools/$EXEC && gmake $GMAKE_OPTS)" +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"