Author: ngie Date: Wed May 20 12:26:09 2015 New Revision: 283147 URL: https://svnweb.freebsd.org/changeset/base/283147
Log: 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 Modified: head/cddl/sbin/Makefile head/cddl/usr.bin/Makefile head/cddl/usr.sbin/Makefile Modified: head/cddl/sbin/Makefile ============================================================================== --- head/cddl/sbin/Makefile Wed May 20 11:59:53 2015 (r283146) +++ head/cddl/sbin/Makefile Wed May 20 12:26:09 2015 (r283147) @@ -13,4 +13,6 @@ _zfs= zfs _zpool= zpool .endif +SUBDIR_PARALLEL= + .include <bsd.subdir.mk> Modified: head/cddl/usr.bin/Makefile ============================================================================== --- head/cddl/usr.bin/Makefile Wed May 20 11:59:53 2015 (r283146) +++ head/cddl/usr.bin/Makefile Wed May 20 12:26:09 2015 (r283147) @@ -26,4 +26,6 @@ _zstreamdump = zstreamdump .endif .endif +SUBDIR_PARALLEL= + .include <bsd.subdir.mk> Modified: head/cddl/usr.sbin/Makefile ============================================================================== --- head/cddl/usr.sbin/Makefile Wed May 20 11:59:53 2015 (r283146) +++ head/cddl/usr.sbin/Makefile Wed May 20 12:26:09 2015 (r283147) @@ -46,4 +46,6 @@ _dtruss= dtruss _lockstat= lockstat .endif +SUBDIR_PARALLEL= + .include <bsd.subdir.mk> _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"