summaryrefslogtreecommitdiff
path: root/usr.bin/make
AgeCommit message (Expand)Author
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
2009-05-12zap double prototypeMarc Espie
2009-05-12fix obvious bug: .PHONY targets don't match files, so they're precious (weMarc Espie
2009-05-10simple check for cvs conflicts, avoids some "duh" moments (some people likeMarc Espie
2009-05-10simplify job handling a great deal: we don't care when jobs getMarc Espie
2009-04-26move code around a bit, extract code from run_prepared_gnodeMarc Espie
2009-02-10STANDARDS:Jason McIntyre
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
2008-11-24fix a very old bug. Fix discovered in NetBSD by miod@Marc Espie
2008-11-11allocate job only when it's needed.Marc Espie
2008-11-10missing staticMarc Espie
2008-11-10adjust comment to reflect reality (CompatRunCommand is gone)Marc Espie
2008-11-09typo fixed (overriden -> overridden)Tobias Stoeckmann
2008-11-04changes to get target equivalence to work better.Marc Espie
2008-09-01section headings do not need to be quoted; from Alan R. S. BuenoJason McIntyre
2008-08-01Document the MAKEFILE variable as unreliable.Alexander Bluhm
2008-03-24bye, bye recalloc. Bad interface for various reasons.Marc Espie