summaryrefslogtreecommitdiff
path: root/usr.bin/make
AgeCommit message (Expand)Author
1999-08-02Save the walls, use fly swatters instead of machine guns!hubertf
1999-08-02Detect invalid arguments to -j and -L by using sscanf() instead of atoi().hubertf
1999-07-29sprite.h is private to make, so #include it with "sprite.h",hubertf
1999-07-16Fix extreme brokeness with job control that appeared when we set USE_PGRP.christos
1999-07-12Fix a typo.thorpej
1999-07-12Correct an inverse initialization of a variable, which caused all .PATHsthorpej
1999-07-11Add a mechanism for specifying that ${.CURDIR} will be searched lastthorpej
1999-07-06Regular bourne shells don't have the -q option (from Chuck Cranor)christos
1999-06-29apply solaris fixeschristos
1999-06-06Revert previous change. I am a bonehead.christos
1999-06-06remove accidentally left debugging codechristos
1999-06-06Allow junk variable to work in non dynamic contexts. Allows as to say thingschristos
1999-06-02Fix awful bug where:christos
1999-05-03Define USE_PGRP so that we send signals to our job's process group insteadchristos
1999-05-03killpg(pgrp, sig) == kill(-pgrp, sig) in the sysv case.christos
1999-04-03Uh... should have been ${MACHINE} not hard coded... Duh!gwr
1999-04-03Define CC=gcc -O and add -DMACHINE=...gwr
1999-04-03Make regex support conditional on NO_REGEX (was MAKE_BOOTSTRAP)gwr
1999-03-24report a sensible error if wait() fails.sommerfe
1999-03-19use emalloc() instead of malloc()christos
1999-03-10Add missing .El line.erh
1999-03-09Missing .El.ross
1999-03-07Clean up SYNOPSIS formatting.mycroft
1999-02-04When giving the -v option to /bin/sh, also give the new -q option so thatcjs
1998-12-19Allow system path to be overriden in the Makefilechristos
1998-11-17Fix a bug that apparently prevented, since day 1, the .-include / .sincludeross
1998-11-11This patch fixes the problem introduced in the previous commit wherechristos
1998-11-11PR/6426: Jim Bernard: make sometimes does not make directories on top ofchristos
1998-11-06- full prototypeschristos
1998-11-01Reduced memory leaks.itohy
1998-11-01If the target name is shorter than the suffix,itohy
1998-11-01Avoid reading outside of allocated memoryitohy
1998-10-18strftime is not needed for svr4 machines; also fix the prototype footprint.christos
1998-10-18Only define const and volatile when __STDC__ is not defined (for BOOTSTRAP)christos
1998-10-13Include sys/types.hwsanchez
1998-10-13Use __ARCHITECTURE__, if defined, as MACHINE_ARCHwsanchez
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