Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Nov 2015 17:15:36 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r290665 - in head/sys/modules: . drm2 drm2/radeonkmsfw netgraph usb
Message-ID:  <201511101715.tAAHFarR009514@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:
 #



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511101715.tAAHFarR009514>