summaryrefslogtreecommitdiff
path: root/usr.bin/make
AgeCommit message (Expand)Author
1998-09-18Fix conditional variable expression parsing (reported by cgd)christos
1998-09-18PR/6162: Greg A. Woods: pmake does not add suffix rules if gnodes have children.christos
1998-09-18PR/6174: ITOH Yasufumi: Purify bug and a compile error in utility code.christos
1998-08-06- Add {.,}[s-]include for silent include file failureschristos
1998-07-04Fix access to freed memory; pointed out by Todd Miller.christos
1998-07-02PR/5690: Wolfgang Rupprecht: deleting a suffix that has 0 source referenceschristos
1998-05-21Make a MAKE_BOOTSTRAP case work on NetBSD, too, for cross-compile casestv
1998-04-03in Var_Parse(), set delim in a couple of other paths into cleanupcgd
1998-04-02Need <time.h> for time() prototype.kleink
1998-04-01Add conditional variable evaluation from Alistair Crooks.christos
1998-03-28PR/5225: Jason Thorpe: make with -j 4 and subdirs core-dumps.christos
1998-03-26PR/5210: Hauke Fath: make core dumps with .SHELLchristos
1998-03-23patch from PR#3573 to rename a variable "main" to "mainList"fair
1998-02-24Fix typos from PR 5055 by NAKAJIMA Yoshihiro <nakayosh@kcn.or.jp>.hubertf
1998-02-04Y2K fixes: use strftime(), and add a fake strftime() for systems that dochristos
1997-12-31Change an exit() to _exit(), so that it's safe for vfork().thorpej
1997-11-08getopt returns -1 not EOF, use memmove instead of bcopylukem
1997-10-24use CPPFLAGS instead of CFLAGSlukem
1997-10-19fix up .Nm usagelukem
1997-10-19don't define WARNS=1 herelukem
1997-10-12add missing .Nm argumentmikel
1997-10-11Use bsd.subdir.mk as appropriate.mycroft
1997-10-03If printing a u_long, use the %lu format.thorpej
1997-10-03Make this compile on NetBSD/alpha; use %ld and cast to u_long to printenami
1997-09-28wrap #include <sys/cdefs.h>, __RCSID(...) stuff in #ifndef MAKE_BOOTSTRAPlukem
1997-09-26PR/4140: David A. Holland: use svr4 style archives for ELF environmentschristos
1997-09-23fix some ints that should be "time_t" per PR#4139fair
1997-09-22Expand variables within variables correctly; eg.christos
1997-08-25Lseek(2) usage cleanup: the use of L_SET/L_INCR/L_XTND is deprecated,kleink
1997-07-11#if __STDC__ -> #ifdef __STDC__christos
1997-07-11sprintf -> vsprintfchristos
1997-07-10Fix memory corruption that was caused by debugging code leftovers.christos
1997-07-07PR/3825: David A. Holland: global regexp handling gets stuck in infinite loop.christos
1997-07-01Add WARNS=1christos
1997-06-07Apparently, using _doprnt(_IOREAD) to emulate vsnprintf() on SVR4 *sometimes*christos
1997-06-07Deal with archive.a(member.o) nodes when expanding .USE dependencies orchristos
1997-06-07Don't confuse `member' with `target'christos
1997-05-26Erase spurious character.pk
1997-05-26Minor formatting glitch.pk
1997-05-20Check the .PHONY attribute...mycroft
1997-05-09Change the way curdir is handled [this started at the previous version]...christos
1997-05-09Make sure to propagate OP_PHONY to all cohorts that already existed.mycroft
1997-05-08Fix description of .NOPATH.mycroft
1997-05-08Add the new .NOPATH feature which can be used to disable .PATH searchgwr
1997-05-08Back out the .PATH.c changes. The .depend problem (and others)gwr
1997-05-08If the -m option is used, make will check for the existence of thecjs
1997-05-07Copy the .PHONY attribute to the cohorts of a double dependency.mycroft
1997-05-07Ignore `-t' when the .MAKE attribute is set.mycroft
1997-05-06Make sure `-n' is actually disabled for targets with the .MAKE attribute.mycroft
1997-05-06Document .PHONY better.mycroft