svn commit: r264856 - head/tools/tools/nanobsd/dhcpd

Warner Losh imp at FreeBSD.org
Thu Apr 24 02:02:07 UTC 2014


Author: imp
Date: Thu Apr 24 02:02:06 2014
New Revision: 264856
URL: http://svnweb.freebsd.org/changeset/base/264856

Log:
  Override the parallel make target to use all CPUs.

Modified:
  head/tools/tools/nanobsd/dhcpd/common

Modified: head/tools/tools/nanobsd/dhcpd/common
==============================================================================
--- head/tools/tools/nanobsd/dhcpd/common	Thu Apr 24 01:39:53 2014	(r264855)
+++ head/tools/tools/nanobsd/dhcpd/common	Thu Apr 24 02:02:06 2014	(r264856)
@@ -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}


More information about the svn-src-head mailing list