summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-12-06 04:35:45 +0000
committerobrien <obrien@FreeBSD.org>2000-12-06 04:35:45 +0000
commit28e327f168724982403b71b5851b0c9523a8e7a1 (patch)
treeb9a2835a4ab95f6c9f732d7d4667f6eb7b9fcf3e /Makefile
parentf21988fc406987260c7a9e6dae3a9095511363ba (diff)
downloadFreeBSD-src-28e327f168724982403b71b5851b0c9523a8e7a1.zip
FreeBSD-src-28e327f168724982403b71b5851b0c9523a8e7a1.tar.gz
Add back displaying the `world' start time when displaying the stop time.
However, don't prefix it with '>>>', so those greping for times will not see it.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1798bbb..8e04fca 100644
--- a/Makefile
+++ b/Makefile
@@ -103,6 +103,7 @@ ${TGTS}: upgrade_checks
# Set a reasonable default
.MAIN: all
+STARTTIME!= LC_TIME=C date
#
# world
#
@@ -111,7 +112,7 @@ ${TGTS}: upgrade_checks
#
world: upgrade_checks
@echo "--------------------------------------------------------------"
- @echo ">>> ${OBJFORMAT} make world started on `LC_TIME=C date`"
+ @echo ">>> ${OBJFORMAT} make world started on ${STARTTIME}"
@echo "--------------------------------------------------------------"
.if target(pre-world)
@echo
@@ -131,7 +132,7 @@ world: upgrade_checks
.endif
@echo
@echo "--------------------------------------------------------------"
- @echo ">>> ${OBJFORMAT} make world completed on `LC_TIME=C date`"
+ @printf ">>> ${OBJFORMAT} make world completed on `LC_TIME=C date`\n (started ${STARTTIME})\n"
@echo "--------------------------------------------------------------"
#
OpenPOWER on IntegriCloud