]> git.ipfire.org Git - thirdparty/make.git/commit
* job.c (child_error): Modify error message string.
authorPaul Smith <psmith@gnu.org>
Sun, 22 Sep 2019 21:02:57 +0000 (17:02 -0400)
committerPaul Smith <psmith@gnu.org>
Sun, 22 Sep 2019 21:02:57 +0000 (17:02 -0400)
commit7fbd58cd6bcac3a911833ee5d653ed659ce6b231
tree360426ec95e1cf878b9708ac094c67c7558b6032
parent3ede0b96ac2dd99c20027c8f176f0d27e9442619
* job.c (child_error): Modify error message string.

This reverts commit 6264deece3bb77798240a906ceed79097adbcf48.
Further investigation discovers that the real issue is that
GNU Emacs compile mode doesn't have a matching regex for GNU
make error messages generated when targets fail.  I submitted
a patch to GNU Emacs adding a matcher for compile mode.
14 files changed:
src/job.c
tests/scripts/features/errors
tests/scripts/features/include
tests/scripts/features/output-sync
tests/scripts/features/parallelism
tests/scripts/features/patternrules
tests/scripts/features/targetvars
tests/scripts/features/vpathplus
tests/scripts/misc/general3
tests/scripts/misc/general4
tests/scripts/options/dash-k
tests/scripts/targets/DELETE_ON_ERROR
tests/scripts/targets/POSIX
tests/scripts/variables/SHELL