зеркало из https://github.com/mozilla/pjs.git
Tweak gmake pattern to make it more general. (Reformat a little too).
This commit is contained in:
Родитель
9a9becc33a
Коммит
a134c8c5a9
|
@ -25,13 +25,13 @@
|
||||||
#
|
#
|
||||||
sub has_error {
|
sub has_error {
|
||||||
local $_ = $_[0];
|
local $_ = $_[0];
|
||||||
/fatal error/ # . . . . . . . . . Link error
|
/fatal error/ # . . . . . . . . . . . . Link
|
||||||
or /^C / # . . . . . . . . . . cvs merge conflict
|
or /^C / # . . . . . . . . . . . . . cvs merge conflict
|
||||||
or / Error: / # . . . . . . . . C error
|
or / Error: / # . . . . . . . . . . . C
|
||||||
or / error\([0-9]*\)\:/ # . . . C error
|
or / error\([0-9]*\)\:/ # . . . . . . C
|
||||||
or (/gmake/ and / Error /) # .
|
or /^gmake(?:\[\d\d?\])?: \*\*\*/ # . gmake
|
||||||
or /\[checkout aborted\]/ # . cvs error
|
or /\[checkout aborted\]/ # . . . . cvs
|
||||||
or /\: cannot find module/ # . cvs error
|
or /\: cannot find module/ # . . . . cvs
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче