aboutsummaryrefslogtreecommitdiff
path: root/miscutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* make: fix detection of target rule with inline commandRon Yorston2025-01-221-2/+16
* make: fix single-suffix inference rule regressionRon Yorston2025-01-211-3/+14
* make: phony targets and double colon rulesRon Yorston2025-01-161-7/+12
* make: minor tweaksRon Yorston2025-01-161-32/+37
* make: support GNU/BSD suffixes and inference rulesRon Yorston2025-01-141-70/+193
* make: .WAIT shoudn't have prerequisitesRon Yorston2024-10-231-1/+1
* make: enforce restrictions on prerequisites/commandsRon Yorston2024-10-201-9/+45
* make: changes to .DEFAULT/inference rulesRon Yorston2024-10-201-7/+18
* make: fix test for empty command in inference ruleRon Yorston2024-10-201-1/+1
* make: relax definition of comment lineRon Yorston2024-10-181-1/+1
* make: improve chaining of implicit rulesRon Yorston2024-10-171-3/+19
* make: look for PDPmakefileRon Yorston2024-10-171-10/+9
* make: fix error reporting for included filesFRP-5467-g9376eebd8Ron Yorston2024-09-151-5/+6
* make: fix test for include with no pathnamesRon Yorston2024-09-141-1/+1
* make: handling of leading whitespace in makefilesRon Yorston2024-09-101-14/+16
* make: reinstate conditional skipping of command linesRon Yorston2024-09-101-11/+11
* make: duplicate makefile name recorded with commandRon Yorston2024-08-221-3/+12
* win32: use 64-bit time on 32-bit platformsRon Yorston2024-08-141-2/+2
* make: disallow inference rules for phony targetsRon Yorston2024-08-101-5/+8
* make: allow empty commandsRon Yorston2024-08-081-10/+12
* drop: use correct option when cmd.exe is used as shellRon Yorston2024-08-081-0/+2
* drop: allow an alternative shell to be selectedRon Yorston2024-08-051-7/+16
* make: allow pragmas to apply recursivelyRon Yorston2024-07-121-14/+55
* ash: read profile script relative to binaryRon Yorston2024-07-081-3/+2
* Merge branch 'busybox' into mergeRon Yorston2024-06-231-1/+1
|\
| * crond: log5 fix typo, replace log level '4' with '5'Jones Syue2024-03-021-1/+1
* | make: update default rulesRon Yorston2024-06-161-14/+49
* | make: update for POSIX 2024Ron Yorston2024-06-141-13/+17
* | make: limit changes to pragmasRon Yorston2024-06-101-5/+4
* | make: allow := macro assignment on command lineRon Yorston2024-06-081-14/+22
* | make: more changes for c:/path targetRon Yorston2024-06-051-4/+5
* | make: restore check for c:/path targetRon Yorston2024-06-051-1/+23
* | make: explicitly verify order of argumentsRon Yorston2024-06-041-7/+16
* | make: only reset getopt(3) if necessaryRon Yorston2024-06-031-2/+2
* | make: ensure sufficient space in line bufferRon Yorston2024-06-021-7/+8
* | make: report POSIX 202X issue with includeRon Yorston2024-06-021-6/+12
* | make: restore warning about invalid macro nameRon Yorston2024-06-021-7/+9
* | make: fix detection of target rules (take 2)Ron Yorston2024-05-311-184/+154
* | make: allow :::= macro assignment on command lineRon Yorston2024-05-291-16/+28
* | make: fixes to -q optionRon Yorston2024-05-281-36/+36
* | make: fixes to -t optionRon Yorston2024-05-281-33/+34
* | make: improved support for POSIX levelsRon Yorston2024-05-271-1/+25
* | make: add posix_2017 pragmaRon Yorston2024-05-251-9/+40
* | make: add support for ifeq/ifneqRon Yorston2024-05-221-16/+82
* | make: set $< and $* for target rulesRon Yorston2024-05-221-6/+27
* | make: add support for CURDIR macroRon Yorston2024-05-221-5/+28
* | make: code shrinkRon Yorston2024-04-231-1/+1
* | make: better determine that a file is up-to-dateRon Yorston2024-04-221-3/+5
* | make: allow mixed macros and targets on command lineRon Yorston2024-04-211-8/+30
* | make: change how macros are read from the environmentRon Yorston2024-04-211-2/+6