summaryrefslogtreecommitdiff
path: root/usr.bin/make
AgeCommit message (Expand)Author
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
2008-03-03tweak previous;Jason McIntyre
2008-03-02document the two big bugs left that somewhat hinder parallel mode.Marc Espie
2008-01-29A few changes:Marc Espie
2008-01-12better error reporting/job handling error:Marc Espie
2008-01-12new function: lstRequeue, to be used by the job handlerMarc Espie
2008-01-10fix stupid typo in grouping, make PWD work correctly again.Marc Espie
2008-01-02fix obvious bug in .NODEFAULT handlingMarc Espie
2007-12-31if our node doesn't have a lineno/fname, inherit from `used' node.Marc Espie
2007-12-10zap field nothing uses.Marc Espie
2007-12-01zap trailing whitespace;Jason McIntyre
2007-12-01I was sure I had committed this already, grrrr.Marc Espie
2007-11-28grrrMarc Espie
2007-11-28debug scaffolding: allows the insertion of a random delay before firing upMarc Espie
2007-11-28PHONY targets never correspond to real files.Marc Espie
2007-11-26keep unmade uptodate all the time, even for targets we're not making yet,Marc Espie
2007-11-24more parallel make fixes.Marc Espie
2007-11-18simplify, no sense to break just to do return afterwardsMarc Espie
2007-11-17simplify dynamic variable handling a great deal:Marc Espie
2007-11-17.PHONY targets should not look at files.Marc Espie
2007-11-17read only .depend if !make(depend)Marc Espie
2007-11-10UNMADE -> UNKNOWNMarc Espie
2007-11-10clearer debug codeMarc Espie
2007-11-10rename make -> must_make, made -> built_statusMarc Espie
2007-11-06bug-fix: try the empty suffix when we cannot find any transformation, notMarc Espie
2007-11-06simplify the way we deal with implicit rules and handle $<.Marc Espie
2007-11-06get make.c in a more readable state, by extracting code into separateMarc Espie
2007-11-04prevent gcc from complainingMarc Espie