Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Aug 2016 18:13:03 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r303844 - head
Message-ID:  <201608081813.u78ID3JL099512@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Mon Aug  8 18:13:03 2016
New Revision: 303844
URL: https://svnweb.freebsd.org/changeset/base/303844

Log:
  make world: Allow installworld to be ran in parallel.
  
  This has been safe for a while.
  
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/Makefile

Modified: head/Makefile
==============================================================================
--- head/Makefile	Mon Aug  8 18:10:59 2016	(r303843)
+++ head/Makefile	Mon Aug  8 18:13:03 2016	(r303844)
@@ -315,7 +315,7 @@ world: upgrade_checks .PHONY
 	${_+_}@cd ${.CURDIR}; ${_MAKE} pre-world
 .endif
 	${_+_}@cd ${.CURDIR}; ${_MAKE} buildworld
-	${_+_}@cd ${.CURDIR}; ${_MAKE} -B installworld
+	${_+_}@cd ${.CURDIR}; ${_MAKE} installworld MK_META_MODE=no
 .if target(post-world)
 	@echo
 	@echo "--------------------------------------------------------------"



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