Module Name: src Committed By: rillig Date: Mon Dec 21 21:04:18 UTC 2020
Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: varmod-gmtime.exp varmod-localtime.exp varmod-range.exp varmod-to-separator.exp Log Message: make(1): remove excess newline from parse errors (since 2020-11-01) For the modifiers :gmtime and :localtime, the excess newline had been added in var.c 1.631 from 2020-10-31 21:40:20. For the modifiers :range and :ts, the excess newline had been added in var.c 1.635 from 2020-11-01 14:36:25. To generate a diff of this commit: cvs rdiff -u -r1.760 -r1.761 src/usr.bin/make/var.c cvs rdiff -u -r1.9 -r1.10 src/usr.bin/make/unit-tests/varmod-gmtime.exp cvs rdiff -u -r1.6 -r1.7 src/usr.bin/make/unit-tests/varmod-localtime.exp \ src/usr.bin/make/unit-tests/varmod-range.exp cvs rdiff -u -r1.5 -r1.6 src/usr.bin/make/unit-tests/varmod-to-separator.exp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.