svn commit: r265877 - head/sys/modules

Ian Lepore ian at FreeBSD.org
Sun May 11 12:55:32 UTC 2014


Author: ian
Date: Sun May 11 12:55:31 2014
New Revision: 265877
URL: http://svnweb.freebsd.org/changeset/base/265877

Log:
  Revert accidental commit of SUBDIR_PARALLEL for sys/modules.  (It hasn't
  been tested sufficiently).

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Sun May 11 10:32:58 2014	(r265876)
+++ head/sys/modules/Makefile	Sun May 11 12:55:31 2014	(r265877)
@@ -2,8 +2,6 @@
 
 .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