svn commit: r290665 - in head/sys/modules: . drm2 drm2/radeonkmsfw netgraph usb

Bryan Drewery bdrewery at FreeBSD.org
Tue Nov 10 17:15:38 UTC 2015


Author: bdrewery
Date: Tue Nov 10 17:15:36 2015
New Revision: 290665
URL: https://svnweb.freebsd.org/changeset/base/290665

Log:
  Build all of sys/modules with SUBDIR_PARALLEL.
  
  Sponsored by:	EMC / Isilon Storage Division
  MFC after:	3 weeks

Modified:
  head/sys/modules/Makefile.inc
  head/sys/modules/drm2/Makefile
  head/sys/modules/drm2/radeonkmsfw/Makefile
  head/sys/modules/netgraph/Makefile
  head/sys/modules/usb/Makefile

Modified: head/sys/modules/Makefile.inc
==============================================================================
--- head/sys/modules/Makefile.inc	Tue Nov 10 14:49:32 2015	(r290664)
+++ head/sys/modules/Makefile.inc	Tue Nov 10 17:15:36 2015	(r290665)
@@ -4,3 +4,4 @@
 CFLAGS+= -DPC98
 .endif
 
+SUBDIR_PARALLEL=	yes

Modified: head/sys/modules/drm2/Makefile
==============================================================================
--- head/sys/modules/drm2/Makefile	Tue Nov 10 14:49:32 2015	(r290664)
+++ head/sys/modules/drm2/Makefile	Tue Nov 10 17:15:36 2015	(r290665)
@@ -3,8 +3,6 @@
 SYSDIR?=${.CURDIR}/../..
 .include "${SYSDIR}/conf/kern.opts.mk"
 
-SUBDIR_PARALLEL=
-
 .if ${MACHINE_CPUARCH} == "amd64"
 _i915kms=	i915kms
 _radeonkms=	radeonkms

Modified: head/sys/modules/drm2/radeonkmsfw/Makefile
==============================================================================
--- head/sys/modules/drm2/radeonkmsfw/Makefile	Tue Nov 10 14:49:32 2015	(r290664)
+++ head/sys/modules/drm2/radeonkmsfw/Makefile	Tue Nov 10 17:15:36 2015	(r290665)
@@ -1,7 +1,5 @@
 # $FreeBSD$
 
-SUBDIR_PARALLEL=
-
 SUBDIR=									\
 	ARUBA_me							\
 	ARUBA_pfp							\

Modified: head/sys/modules/netgraph/Makefile
==============================================================================
--- head/sys/modules/netgraph/Makefile	Tue Nov 10 14:49:32 2015	(r290664)
+++ head/sys/modules/netgraph/Makefile	Tue Nov 10 17:15:36 2015	(r290665)
@@ -62,6 +62,4 @@ _bluetooth=	bluetooth
 _mppc=		mppc
 .endif
 
-SUBDIR_PARALLEL=
-
 .include <bsd.subdir.mk>

Modified: head/sys/modules/usb/Makefile
==============================================================================
--- head/sys/modules/usb/Makefile	Tue Nov 10 14:49:32 2015	(r290664)
+++ head/sys/modules/usb/Makefile	Tue Nov 10 17:15:36 2015	(r290665)
@@ -29,11 +29,6 @@ SYSDIR?=${.CURDIR}/../..
 .include "${SYSDIR}/conf/kern.opts.mk"
 
 #
-# Allow USB modules to be built in parallel
-#
-SUBDIR_PARALLEL=
-
-#
 # Check for common USB debug flags to pass when building the USB
 # modules in this directory:
 #


More information about the svn-src-all mailing list