Module Name: src Committed By: rillig Date: Sat Jan 8 23:41:43 UTC 2022
Modified Files: src/usr.bin/make: parse.c src/usr.bin/make/unit-tests: include-main.exp include-main.mk include-sub.mk opt-debug-parse.exp opt-debug-parse.mk Log Message: make: fix stack traces in -dp mode (since 2021-01-26) Previously, the stack traces omitted some lines that seemed to be redundant. As a result, the stack traces contained confusing line numbers. To generate a diff of this commit: cvs rdiff -u -r1.642 -r1.643 src/usr.bin/make/parse.c cvs rdiff -u -r1.8 -r1.9 src/usr.bin/make/unit-tests/include-main.exp \ src/usr.bin/make/unit-tests/include-sub.mk cvs rdiff -u -r1.6 -r1.7 src/usr.bin/make/unit-tests/include-main.mk cvs rdiff -u -r1.5 -r1.6 src/usr.bin/make/unit-tests/opt-debug-parse.exp cvs rdiff -u -r1.4 -r1.5 src/usr.bin/make/unit-tests/opt-debug-parse.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.