mirror of
https://github.com/mirror/make.git
synced 2026-09-02 20:58:10 +08:00
* 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:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user