From c6889f35c8f31187fdf6bc013dfe21615e088eaa Mon Sep 17 00:00:00 2001 From: ngie Date: Sun, 31 May 2015 23:00:35 +0000 Subject: 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 --- cddl/sbin/Makefile | 2 ++ cddl/usr.bin/Makefile | 2 ++ cddl/usr.sbin/Makefile | 2 ++ 3 files changed, 6 insertions(+) (limited to 'cddl') 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 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 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 -- cgit v1.1