summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-09-07 19:36:16 +0000
committerru <ru@FreeBSD.org>2006-09-07 19:36:16 +0000
commit650ade562121b8efc44f725eafc92da813581862 (patch)
tree2dc3ab4a9ab98700e2b933c939dc707c177a288e /Makefile.inc1
parentc0a1798768e77e2b0397b98e4acb94e4a3d3f24f (diff)
downloadFreeBSD-src-650ade562121b8efc44f725eafc92da813581862.zip
FreeBSD-src-650ade562121b8efc44f725eafc92da813581862.tar.gz
Added timestamping to buildworld, similar to buildkernel.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc114
1 files changed, 12 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index d9d8010..513a8b1 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -487,9 +487,19 @@ WMAKE_TGTS+= _includes _libraries _depend everything
WMAKE_TGTS+= build32
.endif
-buildworld: ${WMAKE_TGTS}
-.ORDER: ${WMAKE_TGTS}
+buildworld: buildworld_prologue ${WMAKE_TGTS} buildworld_epilogue
+.ORDER: buildworld_prologue ${WMAKE_TGTS} buildworld_epilogue
+buildworld_prologue:
+ @echo "--------------------------------------------------------------"
+ @echo ">>> World build started on `LC_ALL=C date`"
+ @echo "--------------------------------------------------------------"
+
+buildworld_epilogue:
+ @echo
+ @echo "--------------------------------------------------------------"
+ @echo ">>> World build completed on `LC_ALL=C date`"
+ @echo "--------------------------------------------------------------"
#
# We need to have this as a target because the indirection between Makefile
OpenPOWER on IntegriCloud