* job.c (child_error): Modify error message string.

This reverts commit 6264deece3.
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.
This commit is contained in:
Paul Smith
2019-09-22 17:02:57 -04:00
parent 3ede0b96ac
commit 7fbd58cd6b
14 changed files with 30 additions and 33 deletions

View File

@@ -92,7 +92,7 @@ close(MAKEFILE);
&run_make_with_options($makefile2, "-k", &get_logfile, $error_code);
$answer = "exit 1
$make_name: *** [$makefile2;9: foo.o] Error 1
$make_name: *** [$makefile2:9: foo.o] Error 1
$make_name: Target 'all' not remade because of errors.\n";
&compare_output($answer, &get_logfile(1));