summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2015-06-16 21:29:46 +0000
committerandrew <andrew@FreeBSD.org>2015-06-16 21:29:46 +0000
commitf77ffa00d78fd7b8ea0e882b42e6017f9e0e755c (patch)
treee2a914f916850025070ad2400d56e34eb1b1a213 /Makefile
parente4e18210c6abb64dc284ba71ec741db94952c2c3 (diff)
downloadFreeBSD-src-f77ffa00d78fd7b8ea0e882b42e6017f9e0e755c.zip
FreeBSD-src-f77ffa00d78fd7b8ea0e882b42e6017f9e0e755c.tar.gz
Move the universe done dependency on the worlds completing out of the
loop, we only need to add it once. Obtained from: ABT Systems Ltd
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3fcdf5e..ac62b98 100644
--- a/Makefile
+++ b/Makefile
@@ -441,9 +441,9 @@ universe_${target}_prologue: universe_prologue
universe_${target}_worlds:
.if !defined(MAKE_JUST_KERNELS)
+universe_${target}_done: universe_${target}_worlds
.for target_arch in ${TARGET_ARCHES_${target}}
universe_${target}_worlds: universe_${target}_${target_arch}
-universe_${target}_done: universe_${target}_worlds
universe_${target}_${target_arch}: universe_${target}_prologue .MAKE
@echo ">> ${target}.${target_arch} ${UNIVERSE_TARGET} started on `LC_ALL=C date`"
@(cd ${.CURDIR} && env __MAKE_CONF=/dev/null \
OpenPOWER on IntegriCloud