Age | Commit message (Expand) | Author |
2017-04-20 | use strtonum instead of strtoll to parse the argument to -j | David Gwynne |
2016-10-21 | small obvious cleanups: | Marc Espie |
2016-10-12 | make -t uses the "fattr" syscall utimes(2) for its touch(1) built-in. | Theo Buehler |
2016-01-04 | Use err(3) instead of various handrolled combinations of perror(3) and | tb |
2015-12-29 | fix exit status on pledge(2) failure. | Gleydson Soares |
2015-11-29 | fix duplicate targets in target list for good: split previous groupling fix | Marc Espie |
2015-11-15 | unifdef MAKE_BOOTSTRAP now that Makefile.boot is gone. | Daniel Dickman |
2015-10-14 | make sure we use stdbool.h | Marc Espie |
2015-10-09 | Change all tame callers to namechange to pledge(2). | Theo de Raadt |
2015-10-08 | tame "stdio rpath wpath cpath proc exec". make is a shell, and appears | Theo de Raadt |
2015-10-07 | Oops, not quite ready for tame() here. People need time to update | Theo de Raadt |
2015-10-07 | *** empty log message *** | Theo de Raadt |
2015-02-07 | sync usage(); ok espie | Jason McIntyre |
2015-02-07 | add support for the popular -C option, in the least intrusive way possible: | Marc Espie |
2015-01-23 | a wee little bit more cleanup (more const and remove noise from CDIAGFLAGS... | Marc Espie |
2015-01-23 | remove a bunch of dangerous casts (useless casts from void * to something | Marc Espie |
2015-01-16 | switch to <limits.h>; ok millert | Theo de Raadt |
2015-01-16 | The make code has "bootstrap", to allow it to be brought up on other | Theo de Raadt |
2014-07-15 | remove support for the non-standard BSDmakefile, which make tries to | Theo de Raadt |
2014-05-15 | remove unused variable | Charles Longeau |
2013-11-24 | simplify determination of OBJDIR to what we actually use. | Marc Espie |
2013-07-07 | old option -P bites the dust. It's not been doing anything for years. | Marc Espie |
2012-10-18 | numerous error message fixes: | Marc Espie |
2012-10-09 | recognize new debug options for double commands, heldjobs, target group | Marc Espie |
2012-10-06 | - extra juice for debugging signal passing. Note when we can't pass the | Marc Espie |
2012-10-02 | more changes, discussed and tested by various people. | Marc Espie |
2012-09-21 | major overhaul of the way make handle jobs, inspired by dpb: | Marc Espie |
2010-07-19 | Correct $OpenBSD$ stuff | Marc Espie |
2010-07-15 | whitespace | Marc Espie |
2010-02-03 | Add a new default variable in Makefile context, MACHINE_CPU. Its value is | Miod Vallat |
2008-11-04 | changes to get target equivalence to work better. | Marc Espie |
2008-01-10 | fix stupid typo in grouping, make PWD work correctly again. | Marc Espie |
2007-11-28 | debug scaffolding: allows the insertion of a random delay before firing up | Marc Espie |
2007-11-17 | read only .depend if !make(depend) | Marc Espie |
2007-11-03 | token is a confusing name, rename to banner | Marc Espie |
2007-11-02 | Work done at p2k7. | Marc Espie |
2007-10-24 | fix logic of command line/ MAKEFLAGS parsing. | Marc Espie |
2007-09-23 | kill local/jobs distinction. Correctly this time... | Marc Espie |
2007-09-18 | revert maxLocal removal, there's something fishy going on. | Marc Espie |
2007-09-17 | rewrite of the basic suffix/target parsing: use hash for suffixes. | Marc Espie |
2007-09-17 | make usePipes the default, zap undocumented -P. | Marc Espie |
2007-09-17 | parseIncPath -> userIncludePath and assorted renames | Marc Espie |
2007-09-17 | kill extra spaces at end of line | Marc Espie |
2007-09-16 | rename dirSearchPath -> defaultPath, and openDirectories -> knownDirectories | Marc Espie |
2007-09-16 | cut up dir.c into dir.c/direxpand.c as there is very little interface between | Marc Espie |
2007-09-16 | remove dead code: #define RECHECK is always on | Marc Espie |
2007-07-30 | everywhere except in Var_Parse, we always add/append variables to the | Marc Espie |
2007-07-30 | clean-up. Basically: | Marc Espie |
2007-07-24 | simplify computations in the var module: instead of advancing a char * | Marc Espie |
2007-07-24 | move the code that grabs a value in Var_Parse in its own function, | Marc Espie |