summaryrefslogtreecommitdiff
path: root/usr.bin/make/Makefile
AgeCommit message (Expand)Author
2002-07-25Obey LDSTATIC when building "generate".Artur Grabowski
2002-06-11This is the first step in sanitizing the conditional parser.Marc Espie
2002-04-22Do not hardcode mvme88k-specific compilation flags here, especially sinceMiod Vallat
2001-11-11Fixed version... don't see how this could work on i386, since it didn'tMarc Espie
2001-11-11undo changes that crash on (at least) the alphaTheo de Raadt
2001-11-11Redo LstInit as a macro: smaller and faster code in all cases, zeroing twoMarc Espie
2001-09-16Make make cross-compilable.Artur Grabowski
2001-07-18CDIAGFLAGSMarc Espie
2001-06-05Use Str_concat instead of fixed buffers and snprintf in building paths.Marc Espie
2001-05-23Mostly clean-up:Marc Espie
2001-05-03Synch with my current work.Marc Espie
2001-03-02Use the ohash_* that's now in libc.Marc Espie
2000-11-24Change the time stamp interface to use an abstract datatype.Marc Espie
2000-09-14This kills the last old hashing table, in arch.cMarc Espie
2000-09-14Some systematic clean-up.Marc Espie
2000-07-17Major unobfuscation: split var modifiers handling to a separate file.Marc Espie
2000-07-17This does replace Str_Match with a better routine, which handles negatedMarc Espie
2000-06-25Cater to people who don't run make depend better.Marc Espie
2000-06-23This patch is worth a lot, speed-wise.Marc Espie
2000-06-23This is the speed-up patch, which doubles make speed (almost).Marc Espie
2000-06-23Trivial consequences of the previous list changes:Marc Espie
2000-06-17This removes the few instances of Lst_New left.Marc Espie
2000-06-10Thus, Lst_ForEach no longer needs returning a status.Marc Espie
1999-12-19Rearrange Lst_Find interface to conform better with other functions.Marc Espie
1999-12-09Split some allocation/error handling functions out of main.cMarc Espie
1999-11-10Turn on strict-prototypes, add missing prototypes.Marc Espie
1999-10-05util.c only holds compatibility functions that OpenBSD doesn't use.Marc Espie
1999-09-28disabled optimizations for 88kSteve Murphree
1998-12-05Modifications from netbsd:Marc Espie
1998-03-07Add -Wno-char-subscripts to CFLAGSTodd C. Miller
1997-09-21$OpenBSD$Theo de Raadt
1996-11-30Sync with NetBSD:Todd C. Miller
1996-09-02Sync up with NetBSD:briggs
1996-03-27From NetBSD: merge of 960317Niklas Hallqvist
1996-02-22From NetBSD:Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt