mirror of
https://github.com/mirror/make.git
synced 2026-09-03 21:23:01 +08:00
* job.c (child_error): Combine file info with error message.
* tests/scripts/...: Update error message matches.
This commit is contained in:
@@ -99,15 +99,12 @@ ok:
|
||||
\@$sleep_command 4
|
||||
\@echo Ok done",
|
||||
'-rR -j5', "Fail
|
||||
#MAKEFILE#:6: recipe for target 'fail.1' failed
|
||||
#MAKE#: *** [fail.1] Error 1
|
||||
#MAKE#: *** [#MAKEFILE#:6: fail.1] Error 1
|
||||
#MAKE#: *** Waiting for unfinished jobs....
|
||||
Fail
|
||||
#MAKEFILE#:6: recipe for target 'fail.2' failed
|
||||
#MAKE#: *** [fail.2] Error 1
|
||||
#MAKE#: *** [#MAKEFILE#:6: fail.2] Error 1
|
||||
Fail
|
||||
#MAKEFILE#:6: recipe for target 'fail.3' failed
|
||||
#MAKE#: *** [fail.3] Error 1
|
||||
#MAKE#: *** [#MAKEFILE#:6: fail.3] Error 1
|
||||
Ok done",
|
||||
512);
|
||||
|
||||
@@ -214,3 +211,7 @@ rmfiles('file1', 'file2', 'file3', 'file4');
|
||||
# rmfiles(qw(dependfile output));
|
||||
|
||||
1;
|
||||
|
||||
### Local Variables:
|
||||
### eval: (setq whitespace-action (delq 'auto-cleanup whitespace-action))
|
||||
### End:
|
||||
|
||||
Reference in New Issue
Block a user