summaryrefslogtreecommitdiff
path: root/usr.bin/make/make.c
AgeCommit message (Expand)Author
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
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-11-11Fixed version... don't see how this could work on i386, since it didn'tMarc Espie
2001-11-11undo changes that crash on (at least) the alphaTheo de Raadt
2001-11-11Redo LstInit as a macro: smaller and faster code in all cases, zeroing twoMarc Espie
2001-05-29Take includes out of lst.h, re-add what's needed to separate files.Marc Espie
2001-05-23Mostly clean-up:Marc Espie
2001-05-03Synch with my current work.Marc Espie
2000-11-24Change the time stamp interface to use an abstract datatype.Marc Espie
2000-09-14Introduce a few macros to handle timestamps in an abstract way.Marc Espie
2000-09-14Replace the old hash used to hold file names within a directory withMarc Espie
2000-09-14Some systematic clean-up.Marc Espie
2000-06-23Start of variable fixes and speed-ups.Marc Espie