Honor MAKE in sys/build.sh

This commit is contained in:
pancake 2017-03-14 00:38:56 +01:00
parent 0a34aff612
commit a8b9dc0980

View File

@ -1,8 +1,10 @@
#!/bin/sh
MAKE=make
gmake --help >/dev/null 2>&1
[ $? = 0 ] && MAKE=gmake
if [ -z "${MAKE}" ]; then
MAKE=make
gmake --help >/dev/null 2>&1
[ $? = 0 ] && MAKE=gmake
fi
[ -z "${MAKE_JOBS}" ] && MAKE_JOBS=12
[ -z "${CERTID}" ] && CERTID=org.radare.radare2