]> git.ipfire.org Git - thirdparty/make.git/commit
Adjust output strings to be aligned
authorPaul Smith <psmith@gnu.org>
Sat, 1 Apr 2023 19:57:04 +0000 (15:57 -0400)
committerPaul Smith <psmith@gnu.org>
Sun, 2 Apr 2023 14:02:18 +0000 (10:02 -0400)
commitc2792d6129fe9b13efba159126430d657f447033
treee17008438550ba148ae1fb7fc15426b3aac388e6
parenta0d1e76d604df5bd006fd5ed6a69963d3c6b4d7a
Adjust output strings to be aligned

Change error and fatal messages to start with lowercase and not
end with a period.  Note a few very common messages were left
as-is, just in case some other tools parse them.

Also modify the test known-good-output to satisfy the messages.
27 files changed:
src/ar.c
src/arscan.c
src/commands.c
src/expand.c
src/file.c
src/function.c
src/job.c
src/load.c
src/main.c
src/output.c
src/read.c
src/remake.c
src/rule.c
tests/scripts/features/double_colon
tests/scripts/features/implicit_search
tests/scripts/features/include
tests/scripts/features/jobserver
tests/scripts/features/mult_rules
tests/scripts/features/patternrules
tests/scripts/features/se_explicit
tests/scripts/functions/shell
tests/scripts/options/dash-B
tests/scripts/options/dash-W
tests/scripts/options/dash-k
tests/scripts/options/shuffle
tests/scripts/targets/DELETE_ON_ERROR
tests/test_driver.pl