1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-29 08:08:37 +00:00

Build all of sys/modules with SUBDIR_PARALLEL.

Sponsored by:	EMC / Isilon Storage Division
MFC after:	3 weeks
This commit is contained in:
Bryan Drewery 2015-11-10 17:15:36 +00:00
parent 18b4fd62e0
commit 64bd42622a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=290665
5 changed files with 1 additions and 11 deletions

View File

@ -4,3 +4,4 @@
CFLAGS+= -DPC98 CFLAGS+= -DPC98
.endif .endif
SUBDIR_PARALLEL= yes

View File

@ -3,8 +3,6 @@
SYSDIR?=${.CURDIR}/../.. SYSDIR?=${.CURDIR}/../..
.include "${SYSDIR}/conf/kern.opts.mk" .include "${SYSDIR}/conf/kern.opts.mk"
SUBDIR_PARALLEL=
.if ${MACHINE_CPUARCH} == "amd64" .if ${MACHINE_CPUARCH} == "amd64"
_i915kms= i915kms _i915kms= i915kms
_radeonkms= radeonkms _radeonkms= radeonkms

View File

@ -1,7 +1,5 @@
# $FreeBSD$ # $FreeBSD$
SUBDIR_PARALLEL=
SUBDIR= \ SUBDIR= \
ARUBA_me \ ARUBA_me \
ARUBA_pfp \ ARUBA_pfp \

View File

@ -62,6 +62,4 @@ _bluetooth= bluetooth
_mppc= mppc _mppc= mppc
.endif .endif
SUBDIR_PARALLEL=
.include <bsd.subdir.mk> .include <bsd.subdir.mk>

View File

@ -28,11 +28,6 @@
SYSDIR?=${.CURDIR}/../.. SYSDIR?=${.CURDIR}/../..
.include "${SYSDIR}/conf/kern.opts.mk" .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 # Check for common USB debug flags to pass when building the USB
# modules in this directory: # modules in this directory: