From 3a63d81b208a073d2305da58289750084a84c06d Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Tue, 11 May 2010 21:27:16 -0500 Subject: [PATCH] Renaming old makefile to makefile.old - Indicating deprecation of makefile --- makefile => makefile.old | 0 makemac.sh | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename makefile => makefile.old (100%) diff --git a/makefile b/makefile.old similarity index 100% rename from makefile rename to makefile.old 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" -- 2.39.5