summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2002-12-02 08:27:03 +0000
committerlukem <lukem@NetBSD.org>2002-12-02 08:27:03 +0000
commitcc7d629612d3e6a01a4ac669c191877ac0bc41a4 (patch)
tree35beef17154e31c3a6854bf3682370b634e4b365 /Makefile
parenta826bbcb62dc431bd5d5565baa45c0733b2abd6f (diff)
improve previous; show times at end of distribution/release/snapshot as well
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b6e988e7bf5..9908fc39baf 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.191 2002/12/02 08:23:41 lukem Exp $
+# $NetBSD: Makefile,v 1.192 2002/12/02 08:27:03 lukem Exp $
# This is the top-level makefile for building NetBSD. For an outline of
# how to build a snapshot or release, as well as other release engineering
@@ -173,6 +173,7 @@ distribution:
.if defined(DESTDIR) && ${DESTDIR} != "" && ${DESTDIR} != "/"
(cd ${.CURDIR}/distrib/sets && ${MAKE} checkflist)
.endif
+ @echo "make ${.TARGET} started at: ${START_TIME}"
@printf "make ${.TARGET} finished at: " && date
# Build a release or snapshot (implies "make build"). Note that
@@ -182,6 +183,7 @@ distribution:
release snapshot:
(cd ${.CURDIR} && ${MAKE} NOPOSTINSTALL=1 build)
(cd ${.CURDIR}/etc && ${MAKE} INSTALL_DONE=1 release)
+ @echo "make ${.TARGET} started at: ${START_TIME}"
@printf "make ${.TARGET} finished at: " && date
# Special components of the "make build" process.