Age | Commit message (Expand) | Author |
2008-09-01 | section headings do not need to be quoted; from Alan R. S. Bueno | Jason McIntyre |
2008-08-01 | Document the MAKEFILE variable as unreliable. | Alexander Bluhm |
2008-03-24 | bye, bye recalloc. Bad interface for various reasons. | Marc Espie |
2008-03-03 | tweak previous; | Jason McIntyre |
2008-03-02 | document the two big bugs left that somewhat hinder parallel mode. | Marc Espie |
2008-01-29 | A few changes: | Marc Espie |
2008-01-12 | better error reporting/job handling error: | Marc Espie |
2008-01-12 | new function: lstRequeue, to be used by the job handler | Marc Espie |
2008-01-10 | fix stupid typo in grouping, make PWD work correctly again. | Marc Espie |
2008-01-02 | fix obvious bug in .NODEFAULT handling | Marc Espie |
2007-12-31 | if our node doesn't have a lineno/fname, inherit from `used' node. | Marc Espie |
2007-12-10 | zap field nothing uses. | Marc Espie |
2007-12-01 | zap trailing whitespace; | Jason McIntyre |
2007-12-01 | I was sure I had committed this already, grrrr. | Marc Espie |
2007-11-28 | grrr | Marc Espie |
2007-11-28 | debug scaffolding: allows the insertion of a random delay before firing up | Marc Espie |
2007-11-28 | PHONY targets never correspond to real files. | Marc Espie |
2007-11-26 | keep unmade uptodate all the time, even for targets we're not making yet, | Marc Espie |
2007-11-24 | more parallel make fixes. | Marc Espie |
2007-11-18 | simplify, no sense to break just to do return afterwards | Marc Espie |
2007-11-17 | simplify dynamic variable handling a great deal: | Marc Espie |
2007-11-17 | .PHONY targets should not look at files. | Marc Espie |
2007-11-17 | read only .depend if !make(depend) | Marc Espie |
2007-11-10 | UNMADE -> UNKNOWN | Marc Espie |
2007-11-10 | clearer debug code | Marc Espie |
2007-11-10 | rename make -> must_make, made -> built_status | Marc Espie |
2007-11-06 | bug-fix: try the empty suffix when we cannot find any transformation, not | Marc Espie |
2007-11-06 | simplify the way we deal with implicit rules and handle $<. | Marc Espie |
2007-11-06 | get make.c in a more readable state, by extracting code into separate | Marc Espie |
2007-11-04 | prevent gcc from complaining | Marc Espie |
2007-11-03 | fix some lint FALLTHROUGH | Theo de Raadt |
2007-11-03 | #ifdef stuff that is only used under #ifdef; ok espie | Theo de Raadt |
2007-11-03 | remove extraneous space; | Jason McIntyre |
2007-11-03 | simplify: Job_CheckCommands deals with silent and ignerr now, so there's | Marc Espie |
2007-11-03 | zap dead code | Marc Espie |
2007-11-03 | token is a confusing name, rename to banner | Marc Espie |
2007-11-03 | document that .ORDER only means something in parallel mode | Marc Espie |
2007-11-03 | do the silent/ignore check in Job_CheckCommands, so that make -j4 -s works | Marc Espie |
2007-11-03 | fix an obnoxious bug: in parallel mode, dieing in the job controller is not | Marc Espie |
2007-11-03 | suff.c sets IMPSRC correctly, whereas this is bogus and strips the path | Marc Espie |
2007-11-03 | zap confusing old comment | Marc Espie |
2007-11-03 | mark nodes as made when there is no command around the target. | Marc Espie |
2007-11-02 | sort arguments; | Jason McIntyre |
2007-11-02 | Work done at p2k7. | Marc Espie |
2007-10-27 | fix indentation | Marc Espie |
2007-10-24 | fix logic of command line/ MAKEFLAGS parsing. | Marc Espie |
2007-10-23 | Fix CLEANFILES | Miod Vallat |
2007-10-14 | allows node to be run twice, by not destroying the cmdnode contents. | Marc Espie |
2007-10-09 | factor out identical code | Marc Espie |
2007-10-09 | cut up JobStart, prepare the job to be run in a separate function | Marc Espie |