Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 May 2015 12:26:09 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r283147 - in head/cddl: sbin usr.bin usr.sbin
Message-ID:  <201505201226.t4KCQ9Jq043011@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505201226.t4KCQ9Jq043011>