svn commit: r283147 - in head/cddl: sbin usr.bin usr.sbin

Garrett Cooper ngie at FreeBSD.org
Wed May 20 12:26:10 UTC 2015


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>


More information about the svn-src-all mailing list