mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-21 07:15:49 +00:00
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
This commit is contained in:
parent
9987f30536
commit
d667f11204
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=284471
2
Makefile
2
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 \
|
||||
|
Loading…
Reference in New Issue
Block a user