summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2015-06-16 17:27:53 +0000
committerandrew <andrew@FreeBSD.org>2015-06-16 17:27:53 +0000
commite745842edf50e743a1489d9bd89b25c9814f77dc (patch)
tree4d294a3d1a754cdc7582eae654a92034994e9fea /Makefile
parent37e1baa952545574b537700ddd6b7a28cde338dc (diff)
downloadFreeBSD-src-e745842edf50e743a1489d9bd89b25c9814f77dc.zip
FreeBSD-src-e745842edf50e743a1489d9bd89b25c9814f77dc.tar.gz
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
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
OpenPOWER on IntegriCloud