summaryrefslogtreecommitdiff
path: root/usr.bin/make/gnode.h
AgeCommit message (Expand)Author
2020-01-26remove OP_* for deprecated keywords (document that :: still usesMarc Espie
2020-01-26deprecate old keywords, some already removed, some now hitting the bitbucket.Marc Espie
2020-01-13concept borrowed from netbsd: turns out SPECIAL_SOURCE/TARGET is no longerMarc Espie
2020-01-13a lot of special keywors (.INCLUDE/.LIBRARIES) were removed a few releasesMarc Espie
2020-01-13document special values.Marc Espie
2019-12-22- give a specific value to OP_ERROR that doesn't occur in natureMarc Espie
2019-12-21yet another mostly cosmetic diffMarc Espie
2019-12-21those fields only hold true/false valueMarc Espie
2019-12-21rename a few variable/functions to have better names.Marc Espie
2019-12-21rename built_status constants to be less quirkyMarc Espie
2017-06-22better display of cycles in -j mode.Marc Espie
2013-05-30remove cmtime again, but with a proper test for nodes without children.Marc Espie
2013-05-25obviously missed something, so revert.Marc Espie
2013-05-22as checked through thorough tests, youngest->mtime == ctime, so ditchMarc Espie
2013-05-14keep track of the youngest child, helps a lot with out-of-date messagesMarc Espie
2013-04-23remove TIMESTAMP abstraction layer, prodded by theo.Marc Espie
2012-10-09- SPECIAL_DEPRECATED -> SPECIAL_NOTHINGMarc Espie
2012-10-06- extra juice for debugging signal passing. Note when we can't pass theMarc Espie
2012-10-02more changes, discussed and tested by various people.Marc Espie
2012-09-21major overhaul of the way make handle jobs, inspired by dpb:Marc Espie
2012-04-11make has had heuristics to avoid parallel make recursion.Marc Espie
2012-03-22minor cleanup: error messages include lineno and fileno together, soMarc Espie
2010-07-19Correct $OpenBSD$ stuffMarc Espie
2010-07-19two small changes:Marc Espie
2009-08-16use unsigned values where applicableMarc Espie
2008-11-04changes to get target equivalence to work better.Marc Espie
2008-01-29A few changes:Marc Espie
2007-12-10zap field nothing uses.Marc Espie
2007-11-24more parallel make fixes.Marc Espie
2007-11-10UNMADE -> UNKNOWNMarc Espie
2007-11-10rename make -> must_make, made -> built_statusMarc Espie
2007-11-06simplify the way we deal with implicit rules and handle $<.Marc Espie
2007-11-02Work done at p2k7.Marc Espie
2007-09-23put parsing of operator (:, ::, !) into its own functionMarc Espie
2007-09-17rewrite of the basic suffix/target parsing: use hash for suffixes.Marc Espie
2001-11-23back out changes that break kernel compiles. good testing jobmk install!Theo de Raadt
2001-11-22Explicitly mark nodes whose commands have been filled withMarc Espie
2001-09-19occured->occurredMike Pechkin
2001-05-23Mostly clean-up:Marc Espie