[Libreoffice-commits] .: Branch 'tinderbox' - local_conf/Error_Parse.pm
Christian Lohmaier
cloph at kemper.freedesktop.org
Sat Dec 17 15:58:28 PST 2011
local_conf/Error_Parse.pm | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 73e7270c6ee48533df3660b397ce625a72c8b7b9
Author: Christian Lohmaier <lohmaier+github at googlemail.com>
Date: Sun Dec 18 00:58:56 2011 +0100
add "No rule to make target" to error-flag-list
diff --git a/local_conf/Error_Parse.pm b/local_conf/Error_Parse.pm
index fcfe5ae..316bfa9 100644
--- a/local_conf/Error_Parse.pm
+++ b/local_conf/Error_Parse.pm
@@ -160,6 +160,7 @@ sub line_type {
($line =~ /jmake.MakerFailedException:/) || # Java error
($line =~ / Warning:/) || # dmake warning
($line =~ / Error:/) || # dmake error
+ ($line =~ /\*\*\* No rule to make target/) || # make error (no rule or failed to build)
0);
More information about the Libreoffice-commits
mailing list