mirror of
https://github.com/mirror/make.git
synced 2026-09-04 05:32:57 +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:
@@ -114,12 +114,12 @@ ok:
|
||||
> \@$sleep_command 4
|
||||
> \@echo Ok done",
|
||||
'-rR -j5', "Fail
|
||||
#MAKE#: *** [#MAKEFILE#;10: fail.1] Error 1
|
||||
#MAKE#: *** [#MAKEFILE#:10: fail.1] Error 1
|
||||
#MAKE#: *** Waiting for unfinished jobs....
|
||||
Fail
|
||||
#MAKE#: *** [#MAKEFILE#;10: fail.2] Error 1
|
||||
#MAKE#: *** [#MAKEFILE#:10: fail.2] Error 1
|
||||
Fail
|
||||
#MAKE#: *** [#MAKEFILE#;10: fail.3] Error 1
|
||||
#MAKE#: *** [#MAKEFILE#:10: fail.3] Error 1
|
||||
Ok done",
|
||||
512);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user