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:
parent
78724b5251
commit
6597f1f81f
2
Makefile
2
Makefile
@ -315,7 +315,7 @@ world: upgrade_checks .PHONY
|
|||||||
${_+_}@cd ${.CURDIR}; ${_MAKE} pre-world
|
${_+_}@cd ${.CURDIR}; ${_MAKE} pre-world
|
||||||
.endif
|
.endif
|
||||||
${_+_}@cd ${.CURDIR}; ${_MAKE} buildworld
|
${_+_}@cd ${.CURDIR}; ${_MAKE} buildworld
|
||||||
${_+_}@cd ${.CURDIR}; ${_MAKE} -B installworld
|
${_+_}@cd ${.CURDIR}; ${_MAKE} installworld MK_META_MODE=no
|
||||||
.if target(post-world)
|
.if target(post-world)
|
||||||
@echo
|
@echo
|
||||||
@echo "--------------------------------------------------------------"
|
@echo "--------------------------------------------------------------"
|
||||||
|
Loading…
Reference in New Issue
Block a user