Module Name: src Committed By: rillig Date: Sat Jan 8 22:24:20 UTC 2022
Modified Files: src/usr.bin/make: parse.c src/usr.bin/make/unit-tests: opt-debug-parse.exp opt-debug-parse.mk Log Message: make: fix line number in debug log after returning from a file The parser returns to the next line, not to the current line. To generate a diff of this commit: cvs rdiff -u -r1.640 -r1.641 src/usr.bin/make/parse.c cvs rdiff -u -r1.4 -r1.5 src/usr.bin/make/unit-tests/opt-debug-parse.exp cvs rdiff -u -r1.3 -r1.4 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.