summaryrefslogtreecommitdiff
path: root/usr.bin/make
AgeCommit message (Expand)Author
2003-02-26Add -B to MAKEFLAGS so that it propagates to sub-makes.sjg
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2003-02-04"Utilize" has exactly the same meaning as "use," but it is moreperry
2003-01-28success, not sucess. Noted by mjl.wiz
2003-01-09Be more specific how to call arguments of modifiers.uebayasi
2003-01-03Tyop fixesmjl
2002-12-30Treat an unquoted '#' as end of line when parsing conditionals.sjg
2002-12-09When JobExec() was called from JobRestartJobs() via JobRestart(), itgson
2002-12-05Lst exp -> Lst explist, to avoid warnings about gcc-current'sscw
2002-12-01Parse_DoVar: don't free cp until we are done with it!sjg
2002-11-29Bump date for .PATH description; begin sentence with upper case letter;wiz
2002-11-26Whenever we update .PATH, set the variable ${.PATH} to reflect thesjg
2002-11-26Call fcntl() on the right file descriptors.enami
2002-11-16Fixed race condition that would cause make -j to pause for fivegson
2002-11-02environment variables, not environmental variablesperry
2002-09-30New sentence, new line.grant
2002-09-24Fix an Xr, add a comma and join two short lines. In short, minor changes :)wiz
2002-09-24add missing Lt.christos
2002-09-22HP/UX fixes from Giles Lean:lukem
2002-09-14If MAKE_BOOTSTRAP and HAVE_CONFIG_H, pull in "config.h" so thatthorpej
2002-08-19End some sentences with a dot. bin/17987 by Julio Merino.wiz
2002-06-15Remove !__STDC__ stuff, de-__P(), ANSIfy, and de-register.wiz
2002-06-11err/errx/warn/warnx do not need \n at the enditojun
2002-05-16Comment out token after #endif.wiz
2002-05-16Comment out token after #endif. (Hmmmmmmm.)wiz
2002-04-27Rather than hardcoding "/bin/sh", use _PATH_BSHELL. To allow bootstrapping,bjh21
2002-04-24Allow the makefile to override _PATH_DEFSHELLDIR as well.bjh21
2002-04-15PR/16361: J. Mallett: make(1)'s job.c does not properly initialise postCommandschristos
2002-03-21Darn.. remove test code from previous commit.pk
2002-03-21When looking at predecessor/successor dependencies, we need to consult apk
2002-03-21don't print extra newlines on errors.christos
2002-03-20Xref: parse.c, rev 1.46; make.c, rev 1.23pk
2002-03-19clarify how :U workslukem
2002-03-18Fix some of the syntax errors (in unused code) and layout glitches.pk
2002-03-18Block signals during Lst_Open/Lst_Close list traverals and in JobExecpk
2002-03-18Fix signal-handling bogons in JobPassSig():pk
2002-03-18JobInterrupt(): don't try to unlink JOIN or PHONY targets.pk
2002-03-18Remove bogons from JobMatchShell()pk
2002-03-15Job_ParseShell(): fix keyword counting error.pk
2002-03-14JobExec(): don't use Punt() in the child; it can't possibly DTRT, and will alsopk
2002-03-14Job_AbortAll(): add missing Lst_Close().pk
2002-03-13JobInterrupt(): add missing and fix a misplaced Lst_Close().pk
2002-03-13Add the job's name to the `*** Error/Suspended/Continuing' informationalpk
2002-03-12MakeAddAllSrc(): check for empty .ALLSRC variable before using its value.pk
2002-03-12PR/15888: Jarkko Teppo: Problems building on HP/UXchristos
2002-03-08Propagate a .JOIN node's .ALLSRC contents to the parent's .ALLSRC.pk
2002-03-04We don't want token while we're aborting. Otherwise, make spins wasting cpu.enami
2002-03-02Add <errno.h> to list of includes, from <imago@13thmonkey.org>,tv
2002-02-21Pull every file parsing context into one structure instead of using a fewreinoud
2002-02-18Make{_}HandleUse(): update comments and layout, re-arrange to avoid somepk