summaryrefslogtreecommitdiff
path: root/usr.bin/make/make.c
AgeCommit message (Expand)Author
2020-01-26remove OP_* for deprecated keywords (document that :: still usesMarc Espie
2020-01-13make the choice of engine explicitMarc Espie
2020-01-13unify compat mode and parallelmode a bit: there's no longer a need forMarc Espie
2020-01-13less confusing function nameMarc Espie
2020-01-13move a large chunk of suff.c into its own file (independent functions whichMarc Espie
2020-01-08fix -q: in compatMode, compute and return outofdate just like parallel mode.Marc Espie
2019-12-21yet another mostly cosmetic diffMarc 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-22zap trailing spaces from the previous commits and also other trailingMarc Espie
2017-06-22better display of cycles in -j mode.Marc Espie
2016-10-21small obvious cleanups:Marc Espie
2015-08-21correctly indent a line to make the intent clearJonathan Gray
2015-01-23remove a bunch of dangerous casts (useless casts from void * to somethingMarc Espie
2014-01-06Suff_FindDeps must happen before SuffExpandChildren (expand_all_children)Marc Espie
2013-05-22as checked through thorough tests, youngest->mtime == ctime, so ditchMarc Espie
2013-04-23remove TIMESTAMP abstraction layer, prodded by theo.Marc Espie
2012-12-08document a bit of job.cMarc Espie
2012-10-09actual engine change: prevent jobs from stomping on each other's files.Marc Espie
2012-04-21When a new parent is attached to an already examined child (prerequisite),Philip Guenthe
2011-11-03Garbage collect an unused variable.Ingo Schwarze
2010-07-19Correct $OpenBSD$ stuffMarc Espie
2009-08-16modify timestamp handling to grab current time instead of relying on aMarc Espie
2009-05-10simplify job handling a great deal: we don't care when jobs getMarc Espie
2008-11-04changes to get target equivalence to work better.Marc Espie
2008-01-12better error reporting/job handling error:Marc Espie
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-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-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-06get make.c in a more readable state, by extracting code into separateMarc Espie
2007-11-03zap dead codeMarc Espie
2007-11-03suff.c sets IMPSRC correctly, whereas this is bogus and strips the pathMarc Espie
2007-11-02Work done at p2k7.Marc Espie
2007-09-17make usePipes the default, zap undocumented -P.Marc Espie
2007-09-17kill extra spaces at end of lineMarc Espie
2007-09-17reindent, zap useless commentsMarc Espie
2007-09-17kill += 1, -= 1 -> ++, --Marc Espie
2007-09-16rename Targ_FmtTime into time_to_string and move it, as it's not relatedMarc Espie
2007-09-16first step towards sanity: take the functions common to parallel/not parallelMarc Espie
2007-09-16remove dead code: #define RECHECK is always onMarc Espie
2004-04-07ISO function declarations, trim a few comments, rename a few variables toMarc Espie
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller