mirror of
https://github.com/mirror/make.git
synced 2026-08-12 22:16:11 +00:00
* job.c (child_error): Modify error message string.
Ensure Emacs compile-mode's next-error doesn't match target failure messages. Syntax errors in makefiles are still matched.
This commit is contained in:
@@ -102,6 +102,6 @@ run_make_test(qq!
|
||||
.SHELLFLAGS = $flags
|
||||
all: ; \@$script
|
||||
!,
|
||||
'', "$out#MAKE#: *** [#MAKEFILE#:3: all] Error $err\n", 512);
|
||||
'', "$out#MAKE#: *** [#MAKEFILE#;3: all] Error $err\n", 512);
|
||||
|
||||
1;
|
||||
|
||||
Reference in New Issue
Block a user