Override the parallel make target to use all CPUs.
This commit is contained in:
parent
ad8f268a6e
commit
d21c79a817
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user