Date: Sun, 31 May 2015 23:00:36 +0000 (UTC) From: Garrett Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r283853 - in stable/10/cddl: sbin usr.bin usr.sbin Message-ID: <201505312300.t4VN0amx042112@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ngie Date: Sun May 31 23:00:35 2015 New Revision: 283853 URL: https://svnweb.freebsd.org/changeset/base/283853 Log: 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 Modified: stable/10/cddl/sbin/Makefile stable/10/cddl/usr.bin/Makefile stable/10/cddl/usr.sbin/Makefile Directory Properties: stable/10/ (props changed) Modified: stable/10/cddl/sbin/Makefile ============================================================================== --- stable/10/cddl/sbin/Makefile Sun May 31 22:58:41 2015 (r283852) +++ stable/10/cddl/sbin/Makefile Sun May 31 23:00:35 2015 (r283853) @@ -13,4 +13,6 @@ _zfs= zfs _zpool= zpool .endif +SUBDIR_PARALLEL= + .include <bsd.subdir.mk> Modified: stable/10/cddl/usr.bin/Makefile ============================================================================== --- stable/10/cddl/usr.bin/Makefile Sun May 31 22:58:41 2015 (r283852) +++ stable/10/cddl/usr.bin/Makefile Sun May 31 23:00:35 2015 (r283853) @@ -26,4 +26,6 @@ _zstreamdump = zstreamdump .endif .endif +SUBDIR_PARALLEL= + .include <bsd.subdir.mk> Modified: stable/10/cddl/usr.sbin/Makefile ============================================================================== --- stable/10/cddl/usr.sbin/Makefile Sun May 31 22:58:41 2015 (r283852) +++ stable/10/cddl/usr.sbin/Makefile Sun May 31 23:00:35 2015 (r283853) @@ -36,4 +36,6 @@ _dtruss= dtruss _lockstat= lockstat .endif +SUBDIR_PARALLEL= + .include <bsd.subdir.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505312300.t4VN0amx042112>