From e745842edf50e743a1489d9bd89b25c9814f77dc Mon Sep 17 00:00:00 2001 From: andrew Date: Tue, 16 Jun 2015 17:27:53 +0000 Subject: Add a comment to the end of the world and kernel cases in the universe target to help follow the make magic. Obtained from: ABT Systems Ltd --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 67e1084..be1ee45 100644 --- a/Makefile +++ b/Makefile @@ -450,7 +450,8 @@ universe_${target}_${target_arch}: universe_${target}_prologue .MAKE ${MAKEFAIL})) @echo ">> ${target}.${target_arch} ${UNIVERSE_TARGET} completed on `LC_ALL=C date`" .endfor -.endif +.endif # !MAKE_JUST_KERNELS + .if !defined(MAKE_JUST_WORLDS) # If we are building world and kernels wait for the required worlds to finish .if !defined(MAKE_JUST_KERNELS) @@ -468,7 +469,7 @@ universe_${target}_kernels: universe_${target}_prologue .MAKE .endif @cd ${.CURDIR} && ${SUB_MAKE} ${.MAKEFLAGS} TARGET=${target} \ universe_kernels -.endif +.endif # !MAKE_JUST_WORLDS @echo ">> ${target} completed on `LC_ALL=C date`" .endfor universe_kernels: universe_kernconfs -- cgit v1.1