aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2016-08-08 18:13:03 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2016-08-08 18:13:03 +0000
commit6597f1f81f2afe0e696d0b1a3255dc5488dc8bca (patch)
tree91f45402707b00e608e5ba90b30bb28f552755ca
parent78724b5251278420facc914dca98ad05fd51f0dc (diff)
downloadsrc-6597f1f81f2afe0e696d0b1a3255dc5488dc8bca.tar.gz
src-6597f1f81f2afe0e696d0b1a3255dc5488dc8bca.zip
make world: Allow installworld to be ran in parallel.
This has been safe for a while. Sponsored by: EMC / Isilon Storage Division
Notes
Notes: svn path=/head/; revision=303844
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 26f98ca3022e..d3dc7b1f109e 100644
--- a/Makefile
+++ b/Makefile
@@ -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 "--------------------------------------------------------------"