local_conf/Error_Parse.pm |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 73e7270c6ee48533df3660b397ce625a72c8b7b9
Author: Christian Lohmaier <lohmaier+git...@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);
 
 
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to