Module Name: src Committed By: rillig Date: Sun Jan 9 11:43:58 UTC 2022
Modified Files: src/usr.bin/make: parse.c src/usr.bin/make/unit-tests: include-main.exp opt-debug-parse.exp Log Message: make: remove redundant lines from stack traces These lines repeated the information from the .for loop line above them. To generate a diff of this commit: cvs rdiff -u -r1.645 -r1.646 src/usr.bin/make/parse.c cvs rdiff -u -r1.10 -r1.11 src/usr.bin/make/unit-tests/include-main.exp cvs rdiff -u -r1.7 -r1.8 src/usr.bin/make/unit-tests/opt-debug-parse.exp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.