summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2011-01-09 01:12:26 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2011-01-09 01:12:26 +0100
commit5783778f4f110f7d5d70afe3f1ce6d582c11f5db (patch)
tree35a2368fdca67692cf6c34ced7cea3cc1abd6a15
parentc0318f8e9d395a4efd922cdfd5735d9f571fb6b9 (diff)
minor refinement of boost-files
-rw-r--r--local_conf/Error_Parse.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/local_conf/Error_Parse.pm b/local_conf/Error_Parse.pm
index 8ae1621..ee6e232 100644
--- a/local_conf/Error_Parse.pm
+++ b/local_conf/Error_Parse.pm
@@ -274,9 +274,11 @@ sub line_type {
($line =~ m#^\s*\[echo\]\s*Avalon-Framework not found: Cannot Build AvalonLogger#) ||
# some more filenames that cause a false trigger
($line =~ m#^/bin/sh \.\./\.\./libtool --tag=CXX.*DynamicLibraryManagerException\.lo Exception\.lo#) ||
- ($line =~ m#^boost_1_39_0/(boost(/tr1/tr1(/sun)?)?|libs(/unordered/test)?)/exception/#) ||
+ ($line =~ m#^boost_1_39_0/(boost(/tr1/tr1(/sun)?)?|libs(/unordered/test)?)/exception(\.|/)?#) ||
($line =~ m#^commons-lang-2\.3-src/src/(java|test)/org/apache/commons/lang/exception/#) ||
($line =~ m#^commons-httpclient-3\.1/docs/exception-handling\.html#) ||
+ # annoying configure messages
+ ($line =~ m#^checking (if|whether).*/bin/rm: cannot remove `conftest\*ยด: No such file or directory$#) ||
0);