summaryrefslogtreecommitdiff
path: root/usr.bin/make/compat.c
AgeCommit message (Expand)Author
2016-10-21small obvious cleanups:Marc Espie
2015-01-23typoMarc Espie
2015-01-23remove a bunch of dangerous casts (useless casts from void * to somethingMarc Espie
2013-06-20fix typoMarc 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-04-23remove TIMESTAMP abstraction layer, prodded by theo.Marc Espie
2012-11-24clean-up: move up .USE handling, so that the rest becomes a simple switch()Marc Espie
2012-09-21major overhaul of the way make handle jobs, inspired by dpb:Marc Espie
2012-03-22minor cleanup: error messages include lineno and fileno together, soMarc Espie
2010-11-02exit 1 (not -1) for -q; PR 6494Theo de Raadt
2010-07-19Correct $OpenBSD$ stuffMarc Espie
2010-04-25pure whitespace cleanupMarc 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-29A few changes: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-03simplify: Job_CheckCommands deals with silent and ignerr now, so there'sMarc Espie
2007-11-03do the silent/ignore check in Job_CheckCommands, so that make -j4 -s worksMarc Espie
2007-11-02Work done at p2k7.Marc Espie
2007-10-27fix indentationMarc Espie
2007-10-14allows node to be run twice, by not destroying the cmdnode contents.Marc Espie
2007-09-17rewrite of the basic suffix/target parsing: use hash for suffixes.Marc Espie
2007-09-17kill extra spaces at end of lineMarc Espie
2007-09-17kill += 1, -= 1 -> ++, --Marc Espie
2007-09-16reindent compat.cMarc 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
2007-07-30everywhere except in Var_Parse, we always add/append variables to theMarc Espie
2007-07-30local is always true, so zap it.Marc Espie
2007-01-04having a function that iterates through node's datum so that we retrieveMarc Espie
2004-04-07ISO function declarations, trim a few comments, rename a few variables toMarc Espie
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-07-31use fork, not vfork. seems to fix misterious trapframe trashing on hppa; dera...Michael Shalayeff
2002-06-12a real pid_t cleanup.Mike Pechkin
2002-01-16Use the volatile specifier to fix warnings about variables beingTodd C. Miller
2001-12-02Put back the interrupt fixed code, since it's not the issue.Marc Espie
2001-11-23back out changes that break kernel compiles. good testing jobmk install!Theo de Raadt
2001-11-22Remove broken interrupt handler.Marc Espie
2001-11-22Explicitly mark nodes whose commands have been filled withMarc Espie
2001-11-17do not exit() from signal handlerTheo de Raadt
2001-09-15fix a pasto, fix pr 1969Michael Shalayeff
2001-05-29Take includes out of lst.h, re-add what's needed to separate files.Marc Espie
2001-05-29Blech! gcc is a stupid program. Compiling with -fno-builtin shows lotsMarc Espie
2001-05-23Mostly clean-up:Marc Espie