summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2014-04-24 02:02:06 +0000
committerimp <imp@FreeBSD.org>2014-04-24 02:02:06 +0000
commitd21c79a81796d9556397ca8399d5cc5ba090e629 (patch)
treea761e26be64372fa33b54de889313d3ca7de57a3 /tools
parentad8f268a6ea2c48dac4f58af5f2f4f1b41688c64 (diff)
downloadFreeBSD-src-d21c79a81796d9556397ca8399d5cc5ba090e629.zip
FreeBSD-src-d21c79a81796d9556397ca8399d5cc5ba090e629.tar.gz
Override the parallel make target to use all CPUs.
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/nanobsd/dhcpd/common4
1 files changed, 3 insertions, 1 deletions
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}
OpenPOWER on IntegriCloud