summaryrefslogtreecommitdiff
path: root/tests/scripts/features/include
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2019-09-22 17:02:57 -0400
committerPaul Smith <psmith@gnu.org>2019-09-22 17:02:57 -0400
commit7fbd58cd6bcac3a911833ee5d653ed659ce6b231 (patch)
tree360426ec95e1cf878b9708ac094c67c7558b6032 /tests/scripts/features/include
parent3ede0b96ac2dd99c20027c8f176f0d27e9442619 (diff)
downloadmake-git-7fbd58cd6bcac3a911833ee5d653ed659ce6b231.tar.gz
* 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.
Diffstat (limited to 'tests/scripts/features/include')
-rw-r--r--tests/scripts/features/include2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scripts/features/include b/tests/scripts/features/include
index 3df5af0b..0c63c067 100644
--- a/tests/scripts/features/include
+++ b/tests/scripts/features/include
@@ -221,7 +221,7 @@ include inc1
inc1: foo; echo > $@
foo:; exit 1
!,
- '', "exit 1\n#MAKEFILE#:3: inc1: $ERR_no_such_file\n#MAKE#: *** [#MAKEFILE#;5: foo] Error 1\n", 512);
+ '', "exit 1\n#MAKEFILE#:3: inc1: $ERR_no_such_file\n#MAKE#: *** [#MAKEFILE#:5: foo] Error 1\n", 512);
rmfiles('inc1');