Module Name: src Committed By: rillig Date: Sat Mar 29 10:39:49 UTC 2025
Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: check-expect.lua cmd-errors-jobs.exp cmd-errors-jobs.mk cmd-errors-lint.exp cmd-errors.exp lint.exp moderrs.exp var-recursive.exp var-recursive.mk varmisc.exp varmod-assign.exp varmod-hash.exp varmod-select-words.exp varmod-subst-regex.exp varmod-subst.exp Log Message: make: in stack traces from target commands, add the command level A target can contain several commands, and these commands are likely to contain the same expressions. To distinguish them, add one more line to the stack trace, to narrow down the source of the error. To generate a diff of this commit: cvs rdiff -u -r1.1145 -r1.1146 src/usr.bin/make/var.c cvs rdiff -u -r1.10 -r1.11 src/usr.bin/make/unit-tests/check-expect.lua \ src/usr.bin/make/unit-tests/cmd-errors-lint.exp \ src/usr.bin/make/unit-tests/var-recursive.mk cvs rdiff -u -r1.14 -r1.15 src/usr.bin/make/unit-tests/cmd-errors-jobs.exp \ src/usr.bin/make/unit-tests/cmd-errors.exp cvs rdiff -u -r1.13 -r1.14 src/usr.bin/make/unit-tests/cmd-errors-jobs.mk \ src/usr.bin/make/unit-tests/var-recursive.exp cvs rdiff -u -r1.7 -r1.8 src/usr.bin/make/unit-tests/lint.exp cvs rdiff -u -r1.45 -r1.46 src/usr.bin/make/unit-tests/moderrs.exp cvs rdiff -u -r1.25 -r1.26 src/usr.bin/make/unit-tests/varmisc.exp cvs rdiff -u -r1.30 -r1.31 src/usr.bin/make/unit-tests/varmod-assign.exp cvs rdiff -u -r1.8 -r1.9 src/usr.bin/make/unit-tests/varmod-hash.exp cvs rdiff -u -r1.6 -r1.7 src/usr.bin/make/unit-tests/varmod-select-words.exp cvs rdiff -u -r1.12 -r1.13 src/usr.bin/make/unit-tests/varmod-subst-regex.exp cvs rdiff -u -r1.9 -r1.10 src/usr.bin/make/unit-tests/varmod-subst.exp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.