Skip to content

Commit

Permalink
Move the universe done dependency on the worlds completing out of the
Browse files Browse the repository at this point in the history
loop, we only need to add it once.

Obtained from:	ABT Systems Ltd
  • Loading branch information
zxombie committed Jun 16, 2015
1 parent e4e1821 commit f77ffa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit f77ffa0

Please sign in to comment.