Module Name: src Committed By: rillig Date: Thu Dec 9 20:13:10 UTC 2021
Modified Files: src/usr.bin/make: cond.c parse.c suff.c var.c src/usr.bin/make/unit-tests: directive-else.exp directive-endif.exp directive-for-null.exp lint.exp var-eval-short.exp varmod-loop-delete.exp varmod-loop-varname.exp Log Message: make: remove period from end of error messages and warnings The majority of the existing error messages and warnings does not include a period at the end. Follow this style consistently. To generate a diff of this commit: cvs rdiff -u -r1.281 -r1.282 src/usr.bin/make/cond.c cvs rdiff -u -r1.571 -r1.572 src/usr.bin/make/parse.c cvs rdiff -u -r1.355 -r1.356 src/usr.bin/make/suff.c cvs rdiff -u -r1.968 -r1.969 src/usr.bin/make/var.c cvs rdiff -u -r1.4 -r1.5 src/usr.bin/make/unit-tests/directive-else.exp \ src/usr.bin/make/unit-tests/varmod-loop-varname.exp cvs rdiff -u -r1.3 -r1.4 src/usr.bin/make/unit-tests/directive-endif.exp cvs rdiff -u -r1.1 -r1.2 src/usr.bin/make/unit-tests/directive-for-null.exp \ src/usr.bin/make/unit-tests/varmod-loop-delete.exp cvs rdiff -u -r1.2 -r1.3 src/usr.bin/make/unit-tests/lint.exp cvs rdiff -u -r1.14 -r1.15 src/usr.bin/make/unit-tests/var-eval-short.exp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.