summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2014-05-12 13:33:12 +0000
committerian <ian@FreeBSD.org>2014-05-12 13:33:12 +0000
commitf9cc7e3d133025bc540968a3fee30b5042e165d0 (patch)
tree9133ec33217768820224e0e08f4e8651545c5d75
parente174978f45bc7dad978c626f276de47f53a0ec5e (diff)
downloadFreeBSD-src-f9cc7e3d133025bc540968a3fee30b5042e165d0.zip
FreeBSD-src-f9cc7e3d133025bc540968a3fee30b5042e165d0.tar.gz
Build modules in parallel. This has been tested by several people at
various -j levels from 6 to 48 without problems.
-rw-r--r--sys/modules/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 15a5163..3d1713f 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -2,6 +2,8 @@
.include <src.opts.mk>
+SUBDIR_PARALLEL=
+
# Modules that include binary-only blobs of microcode should be selectable by
# MK_SOURCELESS_UCODE option (see below).
OpenPOWER on IntegriCloud