summaryrefslogtreecommitdiffstats
path: root/monop/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Improve how various "simple" host tools are built and invoked.lukem2003-11-161-4/+4
|
* 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
|
* use an sbrk() only malloc() because save and restore depends on savingchristos2003-04-211-3/+3
| | | the data segment only. Maybe we should make libbsdmalloc?
* No need to reference .OBJDIR here.thorpej2002-03-051-2/+2
|
* fix building of cards.pcklukem2001-06-061-2/+2
|
* convert from NOxxx= to MKxxx=no.lukem1999-02-131-2/+4
| | | include <bsd.own.mk> if testing a MKxxx variable.
* don't install in /usr/share if NOSHARE is definedlukem1998-09-291-1/+3
|
* Make the helper programs compile right in a cross-compiling environment.wrstuden1998-09-121-1/+4
|
* WARNSifychristos1997-10-121-7/+1
|
* enable WARNS?=1 by default, & temporarily disable for the few unclean programslukem1997-10-121-1/+2
|
* Allow this to be cross-compiled.thorpej1997-04-191-2/+2
|
* - Makefile cleanupschristos1997-03-241-5/+3
|
* Use ${INSTALL}.thorpej1996-10-181-2/+2
|
* merge with Lite, new RCS id conventions, etc.cgd1995-03-231-2/+2
|
* specify man pages the new way.cgd1994-12-221-2/+2
|
* Use .OBJDIR for auxiliary programs.pk1994-01-041-2/+2
|
* use LDSTATICcgd1993-11-081-2/+2
|
* Nuke `all' dependency. bsd.prog.mk does it, and correctly.mycroft1993-08-101-3/+1
|
* Tweak for cross-compilation.mycroft1993-08-101-4/+4
|
* New version from uunet.mycroft1993-08-071-4/+8
|
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* Use ${COPY}, not -c for install.mycroft1993-07-181-1/+1
|
* copy deck of cards, rather than moving it, on installcgd1993-04-091-1/+1
|
* got rid of unnecessary -lcompat and associated dependencycgd1993-03-231-2/+0
|
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+24