bagder: curl-www/auto ccwarn.pm,1.19,1.20
[email protected] Wed, 14 Jan 2009 21:48:22 +0000
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/auto
In directory labb:/tmp/cvs-serv15371
Modified Files:
ccwarn.pm
Log Message:
"libool: link: " is not an error
Index: ccwarn.pm
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/ccwarn.pm,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- ccwarn.pm 13 Nov 2008 23:45:23 -0000 1.19
+++ ccwarn.pm 14 Jan 2009 21:48:20 -0000 1.20
@@ -41,8 +41,11 @@
($l =~ /^cfe: (Warning |Error)(\d*):/) ||
# MSVC
($l =~ /^[\.\\]*([.\\\/a-zA-Z0-9-]*)\.[chy]\(([0-9:]*)/) ||
- # libtool error
- ($l =~ /^libtool: link: /) ||
+
+ # libtool 2 prefixes lots of "normal" lines with "libool: link: " so we
+ # cannot use that simple rule to detect errors
+ # ($l =~ /^libtool: link: /) ||
+
# NetWare's nlmconv linker
($l =~ /^nlmconv:/) ||
# GNU and MIPS ld error