summaryrefslogtreecommitdiff
path: root/usr.bin/make
AgeCommit message (Expand)Author
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
2002-02-18Make_HandleUse() no longer has a return value,pk
2002-02-18The use of OP_MARK in the MakeHandleUse() list callback function preventspk
2002-02-17Add the default main target to the ${.TARGETS} variable, too.pk
2002-02-17Prevent a premature end of the iteration if the first element in the listpk
2002-02-10Targ_PrintType(): include .PHONY and .MADE attributes.pk
2002-02-10Fix for previous: JobRestart() return value check was reversed.pk
2002-02-08JobRestartJobs() should cease scheduling stopped jobs if the maximumpk
2002-02-08JobStart(): if there no commands to execute for a node, set its statuspk
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-02-07When making a node which is the source of both a .MADE target and apk
2002-02-07Edit -mdoc usage.ross
2002-02-06Add `tu' and `tl' variable expansion modifiers, which transform thepk
2002-02-06JobPrintCommand: avoid stale pointers on a node's command list.pk
2002-02-04Remove OP_NOSUFF, fix OP_MADE in compat mode [from pk], and make the OP_MADEchristos
2002-02-03Bring down the number of stat(2) system calls from 682 to 294. This changechristos
2002-02-03Resurrect revision 1.23: no need to stat .PHONY targets.pk
2002-02-03Don't bother to apply suffix rules to find sources for a target markedpk
2002-02-01- Several paragraphs were indented one level further than needed.bgrayson
2002-01-31Fix the bug addressed in revision 1.27 properly. Analysis of the problempk
2002-01-27Fix major bug in make(1) ... due to shadowing of the dotLast path used forreinoud
2002-01-26Don't bother to lookup for files in `.' that start with a `/'. Cuts in thechristos
2002-01-26Process escaped characters properly. Now:christos
2002-01-25Make util.c replacement functions use autoconf conditionals to probetv
2002-01-24Small update to make(1) to let it follow more its own guidelines ! ... Thisreinoud
2002-01-18In Dir_FindFile() add a missing Lst_Close() and move another one to thepk
2002-01-18Before we #define __attribute__ away, #undef it.thorpej
2002-01-18Make sure to eat __attribute__'s argument, too.thorpej
2002-01-17__attribute__() if we're doing MAKE_BOOTSTRAP is a no-no.eeh