From 6b32ba6294116aad3a7cfbb5d048859547e0d0a2 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Wed, 20 May 2015 12:26:09 +0000 Subject: [PATCH] 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) MFC after: 1 week 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(+) diff --git a/cddl/sbin/Makefile b/cddl/sbin/Makefile index f40f2a45e75..19daabd02b5 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 533697d1ed0..69179c5545c 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 73315ffa1a6..d309075a430 100644 --- a/cddl/usr.sbin/Makefile +++ b/cddl/usr.sbin/Makefile @@ -46,4 +46,6 @@ _dtruss= dtruss _lockstat= lockstat .endif +SUBDIR_PARALLEL= + .include