src/utils/qa/weeklybld/buildCgi32.csh 1.18

1.18 2009/07/15 20:45:18 mikep
different link line with gbWarn in it
Index: src/utils/qa/weeklybld/buildCgi32.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/weeklybld/buildCgi32.csh,v
retrieving revision 1.17
retrieving revision 1.18
diff -b -B -U 4 -r1.17 -r1.18
--- src/utils/qa/weeklybld/buildCgi32.csh	14 Oct 2008 18:50:51 -0000	1.17
+++ src/utils/qa/weeklybld/buildCgi32.csh	15 Jul 2009 20:45:18 -0000	1.18
@@ -30,9 +30,9 @@
 sed -i -e "s/-DJK_WARN//g" make.log
 sed -i -e "s/-Werror//g" make.log
 #-- report any compiler warnings, fix any errors (shouldn't be any)
 #-- to check for errors: 
-set res = `/bin/egrep -i "error|warn" make.log |grep -v "gbExtFile.o gbWarn.o gbMiscDiff.o"`
+set res = `/bin/egrep -i "error|warn" make.log |grep -v "gbExtFile.o gbWarn.o gbMiscDiff.o"|grep -v "mysql -o gbWarn.o -c gbWarn.c"`
 set wc = `echo "$res" | wc -w` 
 if ( "$wc" != "0" ) then
  echo "libs errs found on $HOST :  [${0}: `date`]"
  echo "$res"