]> git.armaanb.net Git - asd-repo.git/blobdiff - core/busybox/build
gmake: new package at 4.3
[asd-repo.git] / core / busybox / build
index e120c33fc5dfcafe030519e1fc81fb6456b4b9d7..d70e80fa112d9171eed484b5d7c7def19f3b97cd 100755 (executable)
@@ -17,8 +17,8 @@ esac
 # Build and install regular busybox.
 # This excludes utilities which require 'suid' to function.
 cp -f config .config
-make CC="$CC" HOSTCC="$CC"
-make CONFIG_PREFIX="$1/usr" install
+gmake CC="$CC" HOSTCC="$CC"
+gmake CONFIG_PREFIX="$1/usr" install
 
 # Rename the binary temporarily.
 mv "$1/usr/bin/busybox" "$1/usr/bin/busybox-nosuid"
@@ -26,8 +26,8 @@ mv "$1/usr/bin/busybox" "$1/usr/bin/busybox-nosuid"
 # Build and install suid busybox.
 # This _only_ includes utlities which require 'suid' to function.
 cp -f config-suid .config
-make CC="$CC" HOSTCC="$CC"
-make CONFIG_PREFIX="$1/usr" install
+gmake CC="$CC" HOSTCC="$CC"
+gmake CONFIG_PREFIX="$1/usr" install
 
 # Aptly name the busybox binaries.
 mv -f "$1/usr/bin/busybox"        "$1/usr/bin/busybox-suid"