yangtse: curl-www/auto ccwarn.pm,1.6,1.7
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/auto
In directory labb:/tmp/cvs-serv29262/auto
Modified Files:
ccwarn.pm
Log Message:
Highlight NetWare's nlmconv linker diagnostics
Index: ccwarn.pm
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/ccwarn.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- ccwarn.pm 16 Feb 2007 03:49:40 -0000 1.6
+++ ccwarn.pm 3 Apr 2007 14:25:06 -0000 1.7
@@ -39,6 +39,8 @@
($l =~ /^[\.\\]*([.\\\/a-zA-Z0-9-]*)\.[chy]\(([0-9:]*)/) ||
# libtool error
($l =~ /^libtool: link: /) ||
+ # NetWare's nlmconv linker
+ ($l =~ /^nlmconv: warning: /) ||
# GNU and MIPS ld error
($l =~ /^[^ ?*]*ld((32)|(64))?: /))
{