summaryrefslogtreecommitdiff
path: root/usr.bin/make
AgeCommit message (Expand)Author
1998-09-26usr.bin/ man page fixes, f-m.Aaron Campbell
1998-09-05more man page repairs; aaron@ug.cs.dal.caTheo de Raadt
1998-07-23portable bootstrap thing; lidl@eng.us.uu.netTheo de Raadt
1998-07-13ftpd: sleep for an indeterminate amount for non-existant loginsTodd C. Miller
1998-07-13Use SEEK_CUR as "whence" in fseek, not 1.Todd C. Miller
1998-07-03Better fix from Christos:Todd C. Miller
1998-07-02Check against suffNull, not the contents of nameTodd C. Miller
1998-07-02better fix; may be a small memory leak thoughTodd C. Miller
1998-07-02back out last patch; it causes incorrect behaviorTodd C. Miller
1998-07-02Fix a bug where make gets confused by targets beginning with a period (``.'')Todd C. Miller
1998-06-29make the bootstrap compile on modern compilersArtur Grabowski
1998-06-03zero sigaction before useTheo de Raadt
1998-05-13catch more commands that require a shellTheo de Raadt
1998-05-12emulate umask inside make, so that the value gets propogated; also ensureTheo de Raadt
1998-03-30Y2K fixes from Andreas.Gunnarsson@emw.ericsson.se; culled from various placesTheo de Raadt
1998-03-15fix possibility of null pointer deref when using make's "-j" option.flipk
1998-03-07Add -Wno-char-subscripts to CFLAGSTodd C. Miller
1998-03-07make gcc 2.8 happyTodd C. Miller
1998-02-22some ansiMichael Shalayeff
1998-01-28Use BSDmakefile in favour of [mM]akefile if existent. Good forNiklas Hallqvist
1998-01-02use _exit()Theo de Raadt
1997-12-18for the test following test case, do not output FOOBAR=bar (should be FOOBAR=)Theo de Raadt
1997-12-16do not overflow fd_setTheo de Raadt
1997-10-13powerpc ELFPer Fogelstrom
1997-09-21$OpenBSD$Theo de Raadt
1997-09-18environment variablesTheo de Raadt
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-06-17(foo *)NULL -> NULLkstailey
1997-06-15Avoid possible /tmp races by using mkstemp(3).Todd C. Miller
1997-04-28Back out newer .USE code as it caused problems. I've done a "make build"Todd C. Miller
1997-04-21nope, breaks other thingsTheo de Raadt
1997-04-20Back out the following change since it introduces an ordering problem:Todd C. Miller
1997-04-01Sync with NetBSD (mostly by christos initial substitution/regexp from Der Mouse)Todd C. Miller
1997-03-26s/main/listmain/; seebs@solon.comTheo de Raadt
1997-03-03changed to CFLAGS+=, closes PR user/116.flipk
1997-01-27Set MACHINE_ARCH only if it's not already in the environment. Updatebriggs
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-22PowerPC port is ELF based, treat same as svr4, mips, and alpha.Dale S. Rahn
1996-11-30Sync with NetBSD:Todd C. Miller
1996-10-17Do not consider non-existent archives as up-to-date on non-a.out systemsNiklas Hallqvist
1996-09-21Do not look for a.out t.o.c sections in the mips-based portsNiklas Hallqvist
1996-09-21document special MAKEOBJDIR/obj.$MACHINE/obj behaviour of makeTheo de Raadt
1996-09-21From NetBSD (christos):briggs
1996-09-02Sync up with NetBSD:briggs
1996-08-24Conditionally define _PATH* vars so they can be overriden on the command lineimp
1996-07-31RANLIBMAG should not be set on alphas, as make doesn't know ECOFF archivesNiklas Hallqvist
1996-07-23nicer error message; netbsd pr#2651; enami@ba2.so-net.or.jpTheo de Raadt
1996-06-26rcsidTheo de Raadt
1996-04-21sync to netbsd 960418Theo de Raadt
1996-03-27From NetBSD: merge of 960317Niklas Hallqvist