aboutsummaryrefslogtreecommitdiff
path: root/miscutils/make.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: export xappendword()Ron Yorston2023-04-231-13/+0
* make: code shrinkRon Yorston2023-03-161-2/+2
* make: strip leading whitespace in shell assignmentRon Yorston2023-02-011-11/+28
* make: allow building as pdpmake onlyRon Yorston2023-01-241-0/+1
* make: add '-x' option to set pragmasRon Yorston2022-11-211-50/+92
* make: add .PRAGMA special targetRon Yorston2022-11-181-38/+135
* make: changes to suffix substitution in macro expansionRon Yorston2022-11-161-9/+18
* make: show location of errors during buildRon Yorston2022-11-161-15/+41
* make: fix typo in help textRon Yorston2022-11-141-2/+2
* make: use correct test for valid macro nameRon Yorston2022-11-131-1/+1
* make: make + sh configurationRon Yorston2022-11-101-1/+8
* make: fix typo in inference rule handlingRon Yorston2022-11-041-1/+1
* make: fixes to inference rulesRon Yorston2022-11-031-18/+21
* make: comments in macro expansions and command linesRon Yorston2022-11-011-3/+16
* make: different treatment for escaped NL in macro in commandRon Yorston2022-10-301-6/+24
* make: add a comment, no functional changeRon Yorston2022-10-211-3/+8
* make: $+ should support D/F modifiersRon Yorston2022-10-201-0/+1
* make: .NOTPARALLEL and .WAIT are special targetsRon Yorston2022-10-191-0/+4
* make: shell assignment is a POSIX 202X featureRon Yorston2022-10-181-5/+4
* make: support $+ and $^ as POSIX 202X featuresRon Yorston2022-10-181-14/+19
* make: fix incorrect handling of escaped newlineRon Yorston2022-08-281-5/+4
* make: new appletRon Yorston2022-08-011-0/+2621