summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-09-18 18:14:37 +0000
committerjkh <jkh@FreeBSD.org>1996-09-18 18:14:37 +0000
commite82a45acb7a87f7e8fc72d7645cfb7c2ddd09e04 (patch)
tree711d32859f899a1c6d32e737ff0c20d39cac6346 /Makefile
parentdf37b0422c7600a0a44bbe65f8411776cbccdc6e (diff)
downloadFreeBSD-src-e82a45acb7a87f7e8fc72d7645cfb7c2ddd09e04.zip
FreeBSD-src-e82a45acb7a87f7e8fc72d7645cfb7c2ddd09e04.tar.gz
Add 3 small lines which add to the utility of the "finished on `date`"
output in the world target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7b57c01..776e9db 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.99 1996/08/30 22:35:30 peter Exp $
+# $Id: Makefile,v 1.100 1996/09/10 04:21:36 jfieber Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -122,6 +122,9 @@ MK_FLAGS= -DNOMAN -DNOPROFILE
# >> Beware, it overwrites the local build environment! <<
#
world:
+ @echo "--------------------------------------------------------------"
+ @echo "make world started on `date`"
+ @echo "--------------------------------------------------------------"
.if target(pre-world)
@echo "--------------------------------------------------------------"
@echo " Making 'pre-world' target"
@@ -509,5 +512,7 @@ build-tools:
${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR}
cd ${.CURDIR}/usr.sbin/zic && ${MAKE} depend && \
${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR}
+ cd ${.CURDIR}/gnu/usr.bin/groff && ${MAKE} depend && \
+ ${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR}
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud