X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=makemac.sh;h=f02e18921f71cdb0f4444cb743e36aa9fdcf44b9;hb=3c8f67c3c66a86fc9e45469ce2fed4222d486c9f;hp=d7f8d117fe2c98ffd44fe89e5fcc4e4a7a948029;hpb=a7c43f7122886855dce21603361766000f622288;p=lugaru.git diff --git a/makemac.sh b/makemac.sh index d7f8d11..f02e189 100755 --- a/makemac.sh +++ b/makemac.sh @@ -8,6 +8,8 @@ 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 + # We always strip here. For debugging, you should do "make" directly. + strip run/lugaru-$arch BINS="$BINS run/lugaru-$arch" done