summaryrefslogtreecommitdiffstats
path: root/cddl
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-05-31 23:00:35 +0000
committerngie <ngie@FreeBSD.org>2015-05-31 23:00:35 +0000
commitc6889f35c8f31187fdf6bc013dfe21615e088eaa (patch)
treeaccef94e4bc2d9c26663a92872cbfdf1a38d8f9b /cddl
parent8272d42d32e60c174d7f98100455a165072a5227 (diff)
downloadFreeBSD-src-c6889f35c8f31187fdf6bc013dfe21615e088eaa.zip
FreeBSD-src-c6889f35c8f31187fdf6bc013dfe21615e088eaa.tar.gz
MFC r283147:
Build cddl/{sbin,usr.bin,usr.sbin} in parallel as all of the applications are freestanding (they require libraries build via make libraries in buildworld) Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'cddl')
-rw-r--r--cddl/sbin/Makefile2
-rw-r--r--cddl/usr.bin/Makefile2
-rw-r--r--cddl/usr.sbin/Makefile2
3 files changed, 6 insertions, 0 deletions
diff --git a/cddl/sbin/Makefile b/cddl/sbin/Makefile
index 4fd96f6..ef343e6 100644
--- a/cddl/sbin/Makefile
+++ b/cddl/sbin/Makefile
@@ -13,4 +13,6 @@ _zfs= zfs
_zpool= zpool
.endif
+SUBDIR_PARALLEL=
+
.include <bsd.subdir.mk>
diff --git a/cddl/usr.bin/Makefile b/cddl/usr.bin/Makefile
index 3547ff7..8fe58f2 100644
--- a/cddl/usr.bin/Makefile
+++ b/cddl/usr.bin/Makefile
@@ -26,4 +26,6 @@ _zstreamdump = zstreamdump
.endif
.endif
+SUBDIR_PARALLEL=
+
.include <bsd.subdir.mk>
diff --git a/cddl/usr.sbin/Makefile b/cddl/usr.sbin/Makefile
index 8551c28..bcc31b8 100644
--- a/cddl/usr.sbin/Makefile
+++ b/cddl/usr.sbin/Makefile
@@ -36,4 +36,6 @@ _dtruss= dtruss
_lockstat= lockstat
.endif
+SUBDIR_PARALLEL=
+
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud