From 47fe34534d39c17510dd5a46864a7a2d60fdbae1 Mon Sep 17 00:00:00 2001 From: lukem Date: Tue, 21 Oct 2003 10:01:19 +0000 Subject: Rework how MAKEVERBOSE operates: * Don't bother prefixing commands with a line of ${_MKCMD}\ and instead rely upon "make -s". This is less intrusive on all the Makefiles than the former. Idea from David Laight. * Rename the variables use to print messages. The scheme now is: _MKMSG_FOO Run _MKMSG 'foo' _MKTARGET_FOO Run _MKMSG_FOO ${.TARGET} From discussion with Alistair Crooks. --- boggle/Makefile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'boggle') diff --git a/boggle/Makefile b/boggle/Makefile index 1a7c3847..59d2f358 100644 --- a/boggle/Makefile +++ b/boggle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2003/10/19 04:45:01 lukem Exp $ +# $NetBSD: Makefile,v 1.22 2003/10/21 10:01:19 lukem Exp $ # @(#)Makefile 8.1 (Berkeley) 6/11/93 .include @@ -26,17 +26,13 @@ ${MKINDEX}: @cd ${.CURDIR}/mkindex && ${MAKE} dictionary: ${WORDS} ${MKDICT} - ${_MKMSGCREATE} - ${_MKCMD}\ + ${_MKTARGET_CREATE} rm -f ${.TARGET} - ${_MKCMD}\ ${MKDICT} < ${WORDS} > ${.TARGET} dictindex: dictionary ${MKINDEX} - ${_MKMSGCREATE} - ${_MKCMD}\ + ${_MKTARGET_CREATE} rm -f ${.TARGET} - ${_MKCMD}\ ${MKINDEX} < dictionary > ${.TARGET} .include -- cgit v1.2.3-56-ge451