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).
 
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to