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:
parent
18b4fd62e0
commit
64bd42622a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=290665
@ -4,3 +4,4 @@
|
||||
CFLAGS+= -DPC98
|
||||
.endif
|
||||
|
||||
SUBDIR_PARALLEL= yes
|
||||
|
@ -3,8 +3,6 @@
|
||||
SYSDIR?=${.CURDIR}/../..
|
||||
.include "${SYSDIR}/conf/kern.opts.mk"
|
||||
|
||||
SUBDIR_PARALLEL=
|
||||
|
||||
.if ${MACHINE_CPUARCH} == "amd64"
|
||||
_i915kms= i915kms
|
||||
_radeonkms= radeonkms
|
||||
|
@ -1,7 +1,5 @@
|
||||
# $FreeBSD$
|
||||
|
||||
SUBDIR_PARALLEL=
|
||||
|
||||
SUBDIR= \
|
||||
ARUBA_me \
|
||||
ARUBA_pfp \
|
||||
|
@ -62,6 +62,4 @@ _bluetooth= bluetooth
|
||||
_mppc= mppc
|
||||
.endif
|
||||
|
||||
SUBDIR_PARALLEL=
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
@ -28,11 +28,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:
|
||||
|
Loading…
Reference in New Issue
Block a user