summaryrefslogtreecommitdiff
path: root/usr.bin/make
AgeCommit message (Expand)Author
2015-08-21correctly indent a line to make the intent clearJonathan Gray
2015-08-20Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopeTheo de Raadt
2015-07-28let the hack that lets make kill jobs after sudo also work with doas.Marc Espie
2015-04-29Add missing #include <stdint.h> for SIZE_MAXTodd C. Miller
2015-04-25add check for overflow while doubling (very unlikely in practice, but stillMarc Espie
2015-04-18Convert many atoi() calls to strtonum(), adding range checks and failureTheo de Raadt
2015-03-13remove the first comma from constructs like ", and," and ", or,": you can useJason McIntyre
2015-02-28Reduce usage of predefined strings in manpages.Anthony J. Bentley
2015-02-07sync usage(); ok espieJason McIntyre
2015-02-07document -CMarc Espie
2015-02-07add support for the popular -C option, in the least intrusive way possible:Marc Espie
2015-01-23a wee little bit more cleanup (more const and remove noise from CDIAGFLAGS...Marc Espie
2015-01-23typoMarc Espie
2015-01-23remove a bunch of dangerous casts (useless casts from void * to somethingMarc Espie
2015-01-16switch to <limits.h>; ok millertTheo de Raadt
2015-01-16The make code has "bootstrap", to allow it to be brought up on otherTheo de Raadt
2015-01-15If some mythical system lacks PATH_MAX, do not set it to MAXPATHLEN+1Theo de Raadt
2015-01-13zap really odd code that's not actually in-use.Marc Espie
2014-12-07make sure we always nul-terminateMarc Espie
2014-11-03introspection feature: ${MAKEFILE_LIST} contains the list of makefilesMarc Espie
2014-10-31redirect error output to stderr instead of stdoutGleydson Soares
2014-10-20document sinclude/-includeMarc Espie
2014-10-18enable the sinclude/-include feature support I wrote long ago.Marc Espie
2014-09-21plug a small memory leak, fairly infrequent.Marc Espie
2014-07-16tweak previous;Jason McIntyre
2014-07-15remove support for the non-standard BSDmakefile, which make tries toTheo de Raadt
2014-05-30modern bourne shells handle ~. Unlikely in makefiles, but still, betterMarc Espie
2014-05-18a bit more reallocarray (and kill ecalloc, which isn't used)Marc Espie
2014-05-15remove unused variableCharles Longeau
2014-05-12adjust to ohash being in libutil now, and to the interface changes.Marc Espie
2014-04-22pure reindentMarc Espie
2014-04-22effectively use emult_realloc, okay guenther@Marc Espie
2014-04-14STANDARDS: note that make is optionalJason McIntyre
2014-03-22don't use >$@ directlyMarc Espie
2014-03-14.depend is definitely not *appended* to Makefile. Its rules are alsoMarc Espie
2014-03-14better wording;Jason McIntyre
2014-02-13Don't use use .Tn with AND/OR/NOTPhilip Guenther
2014-01-29I'm a bit dyslexic. Found out by Jan Klemkow. Thanks.Marc Espie
2014-01-06Suff_FindDeps must happen before SuffExpandChildren (expand_all_children)Marc Espie
2014-01-06this actually requires a comment. I would never have figured it out ifMarc Espie
2014-01-06fix error messages, avoid dereferencing null pointers.Marc Espie
2013-11-24simplify determination of OBJDIR to what we actually use.Marc Espie
2013-11-22wrappers for is*/to* that make damn sure their arguments areMarc Espie
2013-11-12Do not use a char as index, unless first making it unsigned.Theo de Raadt
2013-11-01silence warningMarc Espie
2013-10-19fix a few obvious .Ar markup errors (unfortunately, there are many more)Ingo Schwarze
2013-10-13this Makefile does not really help anyone bring up makeTheo de Raadt
2013-10-01in truth, noone uses these backwards compat stubs to compile make on otherTheo de Raadt
2013-08-26"reactivate";Jason McIntyre
2013-08-26replace rand(3)/random(3) calls with secure arc4random*()Christian Weisgerber