yangtse: curl-www/auto ccwarn.pm,1.9,1.10
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/auto
In directory labb:/tmp/cvs-serv13529/auto
Modified Files:
ccwarn.pm
Log Message:
Highlight Tru64 compiler errors
Index: ccwarn.pm
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/ccwarn.pm,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- ccwarn.pm 19 Nov 2007 19:43:00 -0000 1.9
+++ ccwarn.pm 16 Jul 2008 09:39:50 -0000 1.10
@@ -43,6 +43,8 @@
($l =~ /^libtool: link: /) ||
# NetWare's nlmconv linker
($l =~ /^nlmconv:/) ||
+ # Tru64 compiler
+ ($l =~ /^cc: Error:/) ||
# GNU and MIPS ld error
($l =~ /^[^ ?*]*ld((32)|(64))?: /))
{