Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk implement MAKEVERBOSE
details: https://anonhg.NetBSD.org/src/rev/dd60a6ffaeae
branches: trunk
changeset: 553551:dd60a6ffaeae
user: lukem <lukem%NetBSD.org@localhost>
date: Sat Oct 18 15:37:29 2003 +0000
description:
implement MAKEVERBOSE
diffstat:
share/mk/bsd.x11.mk | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diffs (40 lines):
diff -r 9ec9409024da -r dd60a6ffaeae share/mk/bsd.x11.mk
--- a/share/mk/bsd.x11.mk Sat Oct 18 15:33:59 2003 +0000
+++ b/share/mk/bsd.x11.mk Sat Oct 18 15:37:29 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.x11.mk,v 1.4 2003/09/13 20:39:45 lukem Exp $
+# $NetBSD: bsd.x11.mk,v 1.5 2003/10/18 15:37:29 lukem Exp $
.include <bsd.init.mk>
@@ -53,7 +53,10 @@
.SUFFIXES: .cpp
.cpp:
- @rm -f ${.TARGET}
+ ${_MKMSG} " create ${.TARGET}"
+ ${_MKCMD}\
+ rm -f ${.TARGET}
+ ${_MKCMD}\
${CPP} -undef -traditional \
${CPPSCRIPTFLAGS_${.TARGET}:U${CPPSCRIPTFLAGS}} \
< ${.IMPSRC} | ${X11TOOL_UNXCOMM} > ${.TARGET}
@@ -62,6 +65,7 @@
clean: cleancppscripts
cleancppscripts:
+ ${_MKCMD}\
rm -f ${CPPSCRIPTS}
.endif # }
@@ -97,7 +101,10 @@
.SUFFIXES: .man .1 .3 .7
.man.1 .man.3 .man.7:
+ ${_MKMSG} " create ${.TARGET}"
+ ${_MKCMD}\
rm -f ${.TARGET}
+ ${_MKCMD}\
${CPP} -undef -traditional \
-D__apploaddir__=${X11ROOTDIR}/lib/X11/app-defaults \
-D__filemansuffix__=5 -D__libmansuffix__=3 \
Home |
Main Index |
Thread Index |
Old Index