X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=makemac.sh;h=ac33ff144294da7040e041099dbd62b650f64012;hb=6cbc36ac5c1318779495e4bccc6e762bd5b7ca13;hp=f02e18921f71cdb0f4444cb743e36aa9fdcf44b9;hpb=4e32c244b4bac38043a8e61159b30ad24900d901;p=lugaru.git diff --git a/makemac.sh b/makemac.sh index f02e189..ac33ff1 100755 --- a/makemac.sh +++ b/makemac.sh @@ -6,8 +6,8 @@ set -x NCPU=`sysctl -n hw.ncpu` for arch in ppc i386 x86_64 ; do - make macosx=true macosx_arch=$arch clean - make macosx=true macosx_arch=$arch -j$NCPU + make -f makefile.old macosx=true macosx_arch=$arch clean + make -f makefile.old macosx=true macosx_arch=$arch -j$NCPU # We always strip here. For debugging, you should do "make" directly. strip run/lugaru-$arch BINS="$BINS run/lugaru-$arch"