summaryrefslogtreecommitdiffstats
path: root/Makefile.inc0
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1999-06-05 21:06:59 +0000
committerjulian <julian@FreeBSD.org>1999-06-05 21:06:59 +0000
commit66658a0618328716b17140aeb1f74f883b3fd45b (patch)
treee9538d3d49acc3fb74c03400fcd64f0600f6de3a /Makefile.inc0
parent13cbe1ac51786f84501357ea28b64d5726806f92 (diff)
downloadFreeBSD-src-66658a0618328716b17140aeb1f74f883b3fd45b.zip
FreeBSD-src-66658a0618328716b17140aeb1f74f883b3fd45b.tar.gz
Store the start time for later so it can be reprinted at the end.
Reviewed by: terry
Diffstat (limited to 'Makefile.inc0')
-rw-r--r--Makefile.inc06
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.inc0 b/Makefile.inc0
index 008f1bd..d3ee6aa 100644
--- a/Makefile.inc0
+++ b/Makefile.inc0
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.inc0,v 1.14 1999/01/14 06:45:53 jhay Exp $
+# $Id: Makefile.inc0,v 1.15 1999/03/29 10:59:53 obrien Exp $
#
# This makefile ensures that the object directory is set according to the
# object format to avoid mixing aout and elf formatted files during the
@@ -59,6 +59,7 @@ LEGACY_ENV= PATH=${ELFTMPPATH} OBJFORMAT=aout NOTOOLS=1 TOOLROOT=${ELFTMP} \
MAKEOBJDIRPREFIX=${MAKEOBJDIRPREFIX}/aout
XMAKE= ${ELFTMP}/usr/bin/${MAKE}
+STARTTIME?= `LC_TIME=C date`
#
# world
#
@@ -68,7 +69,7 @@ XMAKE= ${ELFTMP}/usr/bin/${MAKE}
#
world:
@echo "--------------------------------------------------------------"
- @echo ">>> ${OBJFORMAT} make world started on `LC_TIME=C date`"
+ @echo ">>> ${OBJFORMAT} make world started on ${STARTTIME}"
@echo "--------------------------------------------------------------"
.if target(pre-world)
@echo
@@ -94,6 +95,7 @@ world:
.endif
@echo
@echo "--------------------------------------------------------------"
+ @echo ">>> ${OBJFORMAT} make world started on ${STARTTIME}"
@echo ">>> ${OBJFORMAT} make world completed on `LC_TIME=C date`"
@echo "--------------------------------------------------------------"
OpenPOWER on IntegriCloud