Override the parallel make target to use all CPUs.

This commit is contained in:
imp 2014-04-24 02:02:06 +00:00
parent ad8f268a6e
commit d21c79a817

View File

@ -33,7 +33,9 @@
# simplified to meet the needs of the example.
#
NANO_PMAKE="make" # NB: disable -j 3
# NB: You want the other file
NANO_PMAKE="make -j $(sysctl -n hw.ncpu)"
NANO_CFG_BASE=$(pwd)
NANO_CFG_BASE=${NANO_CFG_BASE%/dhcpd}