svn commit: r283853 - in stable/10/cddl: sbin usr.bin usr.sbin

Garrett Cooper ngie at FreeBSD.org
Sun May 31 23:00:37 UTC 2015


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>


More information about the svn-src-all mailing list