From 6597f1f81f2afe0e696d0b1a3255dc5488dc8bca Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Mon, 8 Aug 2016 18:13:03 +0000 Subject: [PATCH] make world: Allow installworld to be ran in parallel. This has been safe for a while. Sponsored by: EMC / Isilon Storage Division --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "--------------------------------------------------------------"