summaryrefslogtreecommitdiff
path: root/usr.bin/make
AgeCommit message (Expand)Author
2024-08-06Replace sys/time.h with proper includes for using localtimeGreg Steuck
2024-06-18Quiet compiler warnings when built with WARNINGS=YesTodd C. Miller
2024-05-21remove prototypes with no matching function and externs with no varJonathan Gray
2024-04-23correct indentation; no functional changeJonathan Gray
2024-04-09make(1): inline set_times() into Job_Touch()Scott Soule Cheloha
2023-11-05current code no longer uses Lst_Replace not Lst_RequeueMarc Espie
2023-09-05unifdef HAS_INLINESJonathan Gray
2023-09-04GC old code that was originally implemented to facilitate adoption byMarc Espie
2023-08-31reuse the code to exec command for VAR != cmd *and* normal target processingMarc Espie
2023-08-19Copy entire st_*tim structs at once, rather than copyingPhilip Guenther
2023-08-10document .VARIABLESMarc Espie
2023-08-10Add support for .VARIABLES, to which I have use.Marc Espie
2023-07-08max_processes -> max_jobs in usage();Jason McIntyre
2023-07-08nitpicking: singular of children is childMarc Espie
2023-07-08talk about "jobs" because that's make knows, and mention the heuristicsMarc Espie
2023-05-30Due to the way make is designed, not being able to read a makefileMarc Espie
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2023-02-17Remove unused variables; ok millert@Miod Vallat
2023-01-17Arguments may contain more than one variable assignmentKlemens Nanni
2022-12-28the S in CSRC is Science not SciencesJonathan Gray
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
2022-12-04userspace: remove vestigial '?' cases from top-level getopt(3) loopsScott Soule Cheloha
2022-10-14Document missing cases of variable substitutionKlemens Nanni
2022-08-03make(1) first appeared outside of Bell Labs in PWB/UNIX 1.0Jonathan Gray
2022-06-09point developers to the other place where the remaining flags values areMarc Espie
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2022-03-02make searches for makefile before Makefile;Jason McIntyre
2022-01-05remove unused definesJonathan Gray
2021-11-11add some missing Ns; from leon fischerJason McIntyre
2021-10-25Zap unused variables/functions under /usr/src/*bin/Klemens Nanni
2021-03-08use a journal reference instead of cstr when possibleJonathan Gray
2021-03-08Add some references, most of these were removed when we stopped buildingJonathan Gray
2021-03-06put back Lst_Destroy(paths) where it belongsMarc Espie
2021-03-04warn about proper usage of Lst_Destroy.Marc Espie
2021-03-04better if I commit the version which actually includes the header ;)Marc Espie
2021-03-04somehow I forgot to add copyright and to include the right prototypes.Marc Espie
2020-08-30Fix :S with anchors and replacementTheo Buehler
2020-06-03somehow, when I used more bool, I forgot to check with WARNINGS=YesMarc Espie
2020-06-03Init_Sigset() isn't a prototype without the void!Marc Espie
2020-06-02kill dead lineMarc Espie
2020-06-02use the right abstraction to abort jobs, also show debug info as thisMarc Espie
2020-04-20in case there are several operators on a dependency line, prefer theMarc Espie
2020-01-29in the very strange case where make's child gets ptrace'd by its own infantMarc Espie
2020-01-26remove OP_* for deprecated keywords (document that :: still usesMarc Espie
2020-01-26remove documentation for .MADEMarc Espie
2020-01-26deprecate old keywords, some already removed, some now hitting the bitbucket.Marc Espie
2020-01-26simplify logic in compat engine, we can set ABORTED directly instead ofMarc Espie
2020-01-16turns out there WAS something fishy in signal handling in the "generic"Marc Espie
2020-01-13move function around to minimize conflictsMarc Espie
2020-01-13forgot to remove Job_Begin/Job_EndMarc Espie