make world: Allow installworld to be ran in parallel.

This has been safe for a while.

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2016-08-08 18:13:03 +00:00
parent 78724b5251
commit 6597f1f81f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=303844

View file

@ -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 "--------------------------------------------------------------"