summaryrefslogtreecommitdiff
path: root/usr.bin/make
AgeCommit message (Expand)Author
1997-02-20Reported by cgd: fix .USE directive problems:christos
1997-01-28make $MACHINE_ARCH settable from the environment.christos
1996-12-31Don't compile the regex code if MAKE_BOOTSTRAP (from gwr)christos
1996-12-31BSD did not traditionally have <sys/cdefs.h>; use BSD4_4 instead and includechristos
1996-12-31implement snprintf() and vsnprintf() for non BSD4_4 systems.christos
1996-12-31add a missing 'static' decl.christos
1996-12-31define const and volatile for non __STDC__christos
1996-12-31- include <stdlib.h> to get getenv() prototype on SVR4christos
1996-12-31Use only integral types in procedure arguments.christos
1996-12-31Use explicit .c.o rule so that the bootstrap process works.christos
1996-12-24[initial version of the substitution/regexp changes were courtesy of Der Mouse]christos
1996-11-11Fir PR/2930: declare missing variable.christos
1996-11-06- Merge in FreeBSD and Lite2 changes.christos
1996-09-27Fix extra "make:" and newline in error message.thorpej
1996-09-13- Fix bug where the first line after a conditionally skipped was not readychristos
1996-08-30Fix bug reported by Greg Hudson where leaf (source only) nodes werechristos
1996-08-30Tidy up some RCS ids a bit.thorpej
1996-08-13Add estrdup(), a checked version of strdup and use it.christos
1996-08-13Add strdup() since ultrix is missing it.christos
1996-08-13Various cleanups from: Larry Schwimmer <rosebud@cyclone.Stanford.EDU>christos
1996-08-13Protect __P from being multiply defined (for systems that already define it)christos
1996-06-02Recognize SVR4 style long filename entries in archives.christos
1996-05-29Fix bug where make will always exit with 0, even when one or more parallelchristos
1996-05-28- Move -D flags from Makefile to config.h and explain what they do. Addchristos
1996-04-08Changed to use 1900 + tm_year instead of hardcoding "19" as the century.jtc
1996-03-31make emalloc and erealloc return void *; closes PR/2276christos
1996-03-29Added erealloc() function that calls enomem() if the allocation failsjtc
1996-03-15Add PHONY attribute and target. This is the first step to cleanup thechristos
1996-03-12data and date aren't the same...christos
1996-03-11Jonathan Stone's fixes:christos
1996-03-06Fix PR/2118; apply sysincludes patch.christos
1996-02-17if PR/2090, sysvinclude too optimistic, did not check for space after thechristos
1996-02-07In ParseDoInclude(), make a temporary copy of the current file namethorpej
1996-02-04fix pr/1421 and pr/1997christos
1996-02-04Support SVR4 style archives.christos
1995-12-16- Added .WAIT to synchronize between sources like other pmake variants.christos
1995-11-22Updates for POSIX/SVR4 compiling:christos
1995-11-10pull in make.h. (PAlloc() now uses emalloc(), which is prototyped incgd
1995-11-08- Turn compat mode on by default. It gets turned off when the -j withoutchristos
1995-11-02Minor:christos
1995-10-30Always ensure space for trailing NULL in argvws
1995-09-27Update lseek() constants:jtc
1995-09-27include <signal.h> instead of <sys/signal.h>jtc
1995-09-25Revert previous suffix fix. If the .a suffix is present and a .c.a rule ischristos
1995-09-22Don't apply the default suffix rules for nodes that are not in ourchristos
1995-09-10Fix PR/1443:christos
1995-06-14- $NetBSD$ rcsidschristos
1995-05-15Sort keyword table correctly, so binary search really worksws
1995-05-03None of the functions in util.c are needed by NetBSD, so don'tjtc
1995-04-29Fix small typo; from Chris Torekchristos