Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src MAKEVERBOSE support for build-docs



details:   https://anonhg.NetBSD.org/src/rev/bf53e279a2c6
branches:  trunk
changeset: 558320:bf53e279a2c6
user:      lukem <lukem%NetBSD.org@localhost>
date:      Fri Feb 06 23:12:56 2004 +0000

description:
MAKEVERBOSE support for build-docs

diffstat:

 Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0fdda6d1539d -r bf53e279a2c6 Makefile
--- a/Makefile  Fri Feb 06 22:40:37 2004 +0000
+++ b/Makefile  Fri Feb 06 23:12:56 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.229 2004/01/27 04:22:25 lukem Exp $
+#      $NetBSD: Makefile,v 1.230 2004/02/06 23:12:56 lukem Exp $
 
 #
 # This is the top-level makefile for building NetBSD. For an outline of
@@ -383,6 +383,7 @@
 
 build-docs: .PHONY ${.CURDIR}/BUILDING
 ${.CURDIR}/BUILDING: doc/BUILDING.mdoc
+       ${_MKMSG_CREATE} ${.TARGET}
        ${TOOL_GROFF} -mdoc -Tascii -P-bou $> >$@
 
 



Home | Main Index | Thread Index | Old Index