History log of /netbsd-src/games/boggle/Makefile (Results 1 – 22 of 22)
Revision Date Author Comments
# 130ab733 21-Oct-2003 lukem <lukem@NetBSD.org>

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. Id

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.

show more ...


# ddff99b7 19-Oct-2003 lukem <lukem@NetBSD.org>

rework to use the newer _MKMSGCREATE (et al) macros


# 2b8c8463 19-Oct-2003 lukem <lukem@NetBSD.org>

Support MAKEVERBOSE. (Some host tools still generate verbose runtime messages)


# 58a44e7a 18-Sep-2002 lukem <lukem@NetBSD.org>

use NETBSDSRCDIR as appropriate


# 87a37178 05-Mar-2002 thorpej <thorpej@NetBSD.org>

There is no need to explcitly use ${.OBJDIR}; it's implied.


# 83454472 30-Dec-2000 sommerfeld <sommerfeld@NetBSD.org>

${PRINTOBJDIR}ify


# a73ccc59 23-Jan-2000 mycroft <mycroft@NetBSD.org>

More .mk file fallout. *sigh*


# dcab0210 13-Feb-1999 lukem <lukem@NetBSD.org>

convert from NOxxx= to MKxxx=no.
include <bsd.own.mk> if testing a MKxxx variable.


# 30b3ea8d 09-Nov-1998 hubertf <hubertf@NetBSD.org>

make objdir-aware


# b569ddab 29-Sep-1998 lukem <lukem@NetBSD.org>

don't install in /usr/share if NOSHARE is defined


# e96e918e 11-Oct-1997 mycroft <mycroft@NetBSD.org>

Use bsd.subdir.mk as appropriate.


# fd8daf98 07-May-1997 mycroft <mycroft@NetBSD.org>

Add .MAKE to the .OBJDIR hacks, so they work with `make -n'.


# f7c41063 30-Apr-1997 christos <christos@NetBSD.org>

PR/3557: Dave Huang: use web2 not web2a


# 642195b4 01-Apr-1997 christos <christos@NetBSD.org>

Make sure that the dictionary and indexing programs are made.


# 8504fd9f 01-Apr-1997 christos <christos@NetBSD.org>

- Don't depend on installed ${DESTDIR}/usr/share/dict/words; pick up the
dictionary from the sources.
- Don't depend on the locally built indexing programs to build the dictionaries.


# d59123b3 24-Mar-1997 christos <christos@NetBSD.org>

- Makefile cleanups


# b37e4590 26-Sep-1996 mrg <mrg@NetBSD.org>

use words from $DESTDIR.


# a1e0e432 20-Apr-1995 mycroft <mycroft@NetBSD.org>

Remove read-only files before trying to rewrite them. From Greg Hudson.


# d4f96eea 21-Mar-1995 cgd <cgd@NetBSD.org>

add/fix id tags


# 73165ec2 01-Mar-1995 glass <glass@NetBSD.org>

remove extra tab


# 705fbb3b 30-Nov-1994 pk <pk@NetBSD.org>

Remove hard-coded object directory.


# 86ef2669 21-Oct-1994 jtc <jtc@NetBSD.org>

boggle(6), from 44lite