svn commit: r265915 - head/sys/modules

Ian Lepore ian at FreeBSD.org
Mon May 12 13:33:12 UTC 2014


Author: ian
Date: Mon May 12 13:33:12 2014
New Revision: 265915
URL: http://svnweb.freebsd.org/changeset/base/265915

Log:
  Build modules in parallel.  This has been tested by several people at
  various -j levels from 6 to 48 without problems.

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Mon May 12 13:08:37 2014	(r265914)
+++ head/sys/modules/Makefile	Mon May 12 13:33:12 2014	(r265915)
@@ -2,6 +2,8 @@
 
 .include <src.opts.mk>
 
+SUBDIR_PARALLEL=
+
 # Modules that include binary-only blobs of microcode should be selectable by
 # MK_SOURCELESS_UCODE option (see below).
 


More information about the svn-src-head mailing list