mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
make is the standard name, not gmake
llvm-svn: 22573
This commit is contained in:
parent
367080bfc2
commit
26a5b85cf6
@ -127,7 +127,7 @@ 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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user