summaryrefslogtreecommitdiffstats
path: root/adventure/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Workaround a toolchain issue by renaming the 'setup' host tool to 'mkdata' ↵jmcneill2013-02-161-5/+5
| | | | to make UAC happy when building with Cygwin. As described here -- http://msdn.microsoft.com/en-us/library/windows/desktop/bb756960.aspx -- 32-bit executables whose filenames include the strings 'install', 'setup', 'update', 'patch', etc. by default will request admin privileges unless an application manifest is provided.
* Improve how various "simple" host tools are built and invoked.lukem2003-11-161-4/+5
|
* Rework how MAKEVERBOSE operates:lukem2003-10-211-5/+3
| | | | | | | | | | * 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.
* rework to use the newer _MKMSGCREATE (et al) macroslukem2003-10-191-3/+3
|
* Support MAKEVERBOSE. (Some host tools still generate verbose runtime messages)lukem2003-10-191-1/+5
|
* No need to reference .OBJDIR here.thorpej2002-03-051-2/+2
|
* HOST_CC -> HOST_LINK.cpk2000-04-241-2/+2
|
* Find setup-program even w/ obj dirs.hubertf1998-08-011-2/+2
|
* deprecate register, fixup .Nm usagelukem1997-10-101-2/+1
|
* PR/3964: Eric Fischer: Remove dependencies to traditional cpp...christos1997-08-111-2/+2
| | | While I was there add WARNS?= too.
* Allow this to be cross-compiled.thorpej1997-04-191-2/+2
|
* clean up RCS idscgd1995-03-211-0/+1
|
* specify man pages the new way.cgd1994-12-221-1/+1
|
* adventure(6), from 44litejtc1994-10-211-0/+16