summaryrefslogtreecommitdiff
path: root/usr.bin/make
AgeCommit message (Expand)Author
2012-10-09new interface: look in command lines for variables that indicate a list ofMarc Espie
2012-10-06truncate silent command output to two lines. okay millert@Marc Espie
2012-10-06rework section about special targets/prereq to be somewhat readable.Marc Espie
2012-10-06- extra juice for debugging signal passing. Note when we can't pass theMarc Espie
2012-10-05document implicit rules and target dependency operators better.Marc Espie
2012-10-04backout pgroup/job control from make, there is something deeply bogusMarc Espie
2012-10-02more changes, discussed and tested by various people.Marc Espie
2012-10-02rework make documentation to correspond to usual terms (prerequisitesMarc Espie
2012-09-21zap lint remainsMarc Espie
2012-09-21vax, found by fries@Marc Espie
2012-09-21major overhaul of the way make handle jobs, inspired by dpb:Marc Espie
2012-09-14more accurate fix: don't mark '!' as a meta character, recognize "!" asMarc Espie
2012-09-14! is a meta character, this letsMarc Espie
2012-09-01put back out-of-line version of function.Marc Espie
2012-08-25- make wrong variable specs (unterminated) parse errors.Marc Espie
2012-08-20make use of __only_inline to ask for gnu inline semanticsJonathan Gray
2012-04-21When a new parent is attached to an already examined child (prerequisite),Philip Guenthe
2012-04-20dyslexy strikes againMarc Espie
2012-04-17this error message was impossible to understand without the source code.Marc Espie
2012-04-11make has had heuristics to avoid parallel make recursion.Marc Espie
2012-03-22tweak: consistent include guards, no change in generated code.Marc Espie
2012-03-22minor cleanup: error messages include lineno and fileno together, soMarc Espie
2011-12-10Use clock_gettime() to get a high precision timestamp, instead ofPhilip Guenthe
2011-11-03Garbage collect an unused variable.Ingo Schwarze
2011-08-16recommit, now that release is done (handle sysv if bsd is incorrect, mayMarc Espie
2011-07-30deemed unsafe by theo, will wait after 5.0Marc Espie
2011-07-29systemV trumps our modifiers.Marc Espie
2011-06-20fix a segfault found by jasper@Marc Espie
2011-05-02no need to escape `|'; as discussed with schwartzeJason McIntyre
2011-01-23Remove an ugly workaround that was needed to cope with the 9-argument-limitIngo Schwarze
2010-12-26nits with current being NULL or not.Marc Espie
2010-11-02exit 1 (not -1) for -q; PR 6494Theo de Raadt
2010-10-18remove references to now removed usd/psd/smm docs;Jason McIntyre
2010-10-17Stop installing me(1) and ms(1) source code.Ingo Schwarze
2010-09-29various EXIT STATUS fixes; from Daniel DickmanJason McIntyre
2010-07-19document new. hints from jmc@Marc Espie
2010-07-19Correct $OpenBSD$ stuffMarc Espie
2010-07-19two small changes:Marc Espie
2010-07-15whitespaceMarc Espie
2010-07-15whitespaceMarc Espie
2010-04-25pure whitespace cleanupMarc Espie
2010-02-04MACHINE_CPU here too;Jason McIntyre
2010-02-03Add a new default variable in Makefile context, MACHINE_CPU. Its value isMiod Vallat
2009-11-11If this is an else-type conditional and previous corresponding oneFederico G. Schwindt
2009-08-16modify timestamp handling to grab current time instead of relying on aMarc Espie
2009-08-16use unsigned values where applicableMarc Espie
2009-08-16remove useless commentsMarc Espie
2009-08-16write sensible error messageMarc Espie
2009-08-16avoid touching .PHONY targets, they don't exist.Marc Espie
2009-05-13fix loopvar debug prints. Issue reported by naddy@Marc Espie