Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share implement MAKEVERBOSE
details: https://anonhg.NetBSD.org/src/rev/da2b5a8c1395
branches: trunk
changeset: 553637:da2b5a8c1395
user: lukem <lukem%NetBSD.org@localhost>
date: Sun Oct 19 14:10:13 2003 +0000
description:
implement MAKEVERBOSE
diffstat:
share/locale/ctype/Makefile | 8 ++++++--
share/termcap/Makefile | 4 +++-
share/tmac/Makefile | 4 +++-
share/wscons/fonts/Makefile | 4 +++-
4 files changed, 15 insertions(+), 5 deletions(-)
diffs (83 lines):
diff -r 5a800915b0a7 -r da2b5a8c1395 share/locale/ctype/Makefile
--- a/share/locale/ctype/Makefile Sun Oct 19 14:08:50 2003 +0000
+++ b/share/locale/ctype/Makefile Sun Oct 19 14:10:13 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2003/09/02 10:29:27 junyoung Exp $
+# $NetBSD: Makefile,v 1.17 2003/10/19 14:10:13 lukem Exp $
NOMAN= # defined
@@ -323,13 +323,17 @@
# dependencies
.for locale in ${LOCALES}
${locale}.out: ${LOCALESRC_${locale}}.src \
- ${NETBSDSRCDIR}/lib/libc/locale/runetable.c
+ ${NETBSDSRCDIR}/lib/libc/locale/runetable.c
+ ${_MKMSGCREATE}
+ ${_MKCMD}\
${CPP} -I${.CURDIR} < ${.CURDIR}/${LOCALESRC_${locale}}.src | \
sed -e '/^#/d' | ${TOOL_MKLOCALE} -o ${.TARGET}
.endfor
.SUFFIXES: .src .out
.src.out:
+ ${_MKMSGCREATE}
+ ${_MKCMD}\
${CPP} -I${.CURDIR} < ${.IMPSRC} | sed -e '/^#/d' | \
${TOOL_MKLOCALE} -o ${.TARGET}
diff -r 5a800915b0a7 -r da2b5a8c1395 share/termcap/Makefile
--- a/share/termcap/Makefile Sun Oct 19 14:08:50 2003 +0000
+++ b/share/termcap/Makefile Sun Oct 19 14:10:13 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2003/07/10 10:34:38 lukem Exp $
+# $NetBSD: Makefile,v 1.28 2003/10/19 14:10:13 lukem Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/8/93
MAN= termcap.5
@@ -19,6 +19,8 @@
.endif
termcap.db: termcap.src
+ ${_MKMSGCREATE}
+ ${_MKCMD}\
${TOOL_CAP_MKDB} ${CAP_MKDB_ENDIAN} -f termcap ${.ALLSRC}
.include <bsd.prog.mk>
diff -r 5a800915b0a7 -r da2b5a8c1395 share/tmac/Makefile
--- a/share/tmac/Makefile Sun Oct 19 14:08:50 2003 +0000
+++ b/share/tmac/Makefile Sun Oct 19 14:10:13 2003 +0000
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/8/93
-# $NetBSD: Makefile,v 1.27 2003/06/30 18:51:28 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2003/10/19 14:10:13 lukem Exp $
# IF YOU ADD TO MSRCS, MAKE SURE YOU UPDATE `CATDEPS' IN bsd.man.mk!
#MSRCS= andoc doc doc-ditroff doc-common doc-nroff doc-syms doc2html
@@ -19,6 +19,8 @@
.for i in ${MSRCS}
$i.tmac: $i
+ ${_MKMSGCREATE}
+ ${_MKCMD}\
sed -f ${STRIP_SED} < ${.ALLSRC} > ${.TARGET}
.endfor
diff -r 5a800915b0a7 -r da2b5a8c1395 share/wscons/fonts/Makefile
--- a/share/wscons/fonts/Makefile Sun Oct 19 14:08:50 2003 +0000
+++ b/share/wscons/fonts/Makefile Sun Oct 19 14:10:13 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/07/10 10:34:38 lukem Exp $
+# $NetBSD: Makefile,v 1.7 2003/10/19 14:10:13 lukem Exp $
FONTS= vt220l.814 vt220h.814 vt220l.808 vt220h.808 \
vt220l.816 vt220h.816 vt220l.810 vt220h.810 \
@@ -13,6 +13,8 @@
.for i in ${FONTS}
$i: ${.CURDIR}/$i.uu
+ ${_MKMSGCREATE}
+ ${_MKCMD}\
${TOOL_UUDECODE} ${.CURDIR}/$i.uu
.endfor
Home |
Main Index |
Thread Index |
Old Index