From d21c79a81796d9556397ca8399d5cc5ba090e629 Mon Sep 17 00:00:00 2001 From: imp Date: Thu, 24 Apr 2014 02:02:06 +0000 Subject: Override the parallel make target to use all CPUs. --- tools/tools/nanobsd/dhcpd/common | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/tools/nanobsd/dhcpd/common b/tools/tools/nanobsd/dhcpd/common index 96cba30..8a1e278 100644 --- a/tools/tools/nanobsd/dhcpd/common +++ b/tools/tools/nanobsd/dhcpd/common @@ -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} -- cgit v1.1