yangtse: curl-www/auto ccwarn.pm,1.21,1.22
[email protected] Mon, 27 Apr 2009 18:06:37 +0000
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/auto
In directory labb:/tmp/cvs-serv29472/auto
Modified Files:
ccwarn.pm
Log Message:
highlight a couple of libtool dreadful messages
Index: ccwarn.pm
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/ccwarn.pm,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- ccwarn.pm 16 Jan 2009 22:11:25 -0000 1.21
+++ ccwarn.pm 27 Apr 2009 18:06:35 -0000 1.22
@@ -47,6 +47,8 @@
# false positives but skip some legitimate warnings that don't contain
# "warning:".
($l =~ /^libtool: \w+: warning:/) ||
+ ($l =~ /^libtool: link:.*cannot find the library/) ||
+ ($l =~ /^libtool: link:.*is not a valid libtool object/) ||
# NetWare's nlmconv linker
($l =~ /^nlmconv:/) ||