Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/Makefile,v rcsdiff: /ftp/cvs/cvsroot/src/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.44 retrieving revision 1.45 diff -u -p -r1.44 -r1.45 --- src/Makefile 1998/01/30 07:10:31 1.44 +++ src/Makefile 1998/02/06 23:11:57 1.45 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 1998/01/30 07:10:31 mellon Exp $ +# $NetBSD: Makefile,v 1.45 1998/02/06 23:11:57 perry Exp $ .include # for configuration variables. @@ -29,6 +29,10 @@ regression-tests: .endif beforeinstall: +.ifmake build + @echo -n "Build started at: " + @date +.endif .ifndef DESTDIR (cd ${.CURDIR}/etc && ${MAKE} DESTDIR=/ distrib-dirs) .else @@ -39,6 +43,10 @@ afterinstall: .ifndef NOMAN (cd ${.CURDIR}/share/man && ${MAKE} makedb) .endif +.ifmake build + @echo -n "Build finished at: " + @date +.endif build: beforeinstall (cd ${.CURDIR}/share/mk && ${MAKE} install)