sniper          Wed Nov  9 00:41:11 2005 EDT

  Modified files:              
    /php-src    Makefile.global 
  Log:
  Cleanup the code coverage files
  
http://cvs.php.net/diff.php/php-src/Makefile.global?r1=1.62&r2=1.63&ty=u
Index: php-src/Makefile.global
diff -u php-src/Makefile.global:1.62 php-src/Makefile.global:1.63
--- php-src/Makefile.global:1.62        Thu Oct  6 15:51:47 2005
+++ php-src/Makefile.global     Wed Nov  9 00:41:09 2005
@@ -71,6 +71,7 @@
        fi
 
 clean:
+       find . -name \*.gcno -o -name \*.gcda | xargs rm -f
        find . -name \*.lo -o -name \*.o | xargs rm -f
        find . -name \*.la -o -name \*.a | xargs rm -f 
        find . -name \*.so | xargs rm -f

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to