helly           Tue Jul 29 08:10:31 2008 UTC

  Modified files:              
    /php-src    Makefile.gcov 
  Log:
  - Exclude bundled libs from gcov processing
  
http://cvs.php.net/viewvc.cgi/php-src/Makefile.gcov?r1=1.16&r2=1.17&diff_format=u
Index: php-src/Makefile.gcov
diff -u php-src/Makefile.gcov:1.16 php-src/Makefile.gcov:1.17
--- php-src/Makefile.gcov:1.16  Thu Jan  4 14:12:14 2007
+++ php-src/Makefile.gcov       Tue Jul 29 08:10:31 2008
@@ -61,6 +61,9 @@
                test -f "$$x.bb"   && cp $$x.bb   lcov_data/$$y.bb ; \
                test -f "$$x.bbg"  && cp $$x.bbg  lcov_data/$$y.bbg ; \
        done
+       for dir in ext/bcmath/libbcmath ext/date/lib ext/fileinfo/libmagic 
ext/gd/libgd ext/mbstring/libmbfl ext/mbstring/oniguruma ext/pcre/pcrelib 
ext/pdo_sqlite/libsqlite ext/sqlite/libsqlite ext/xmlrpc/libxmlrpc ext/zip/lib; 
do \
+               test -d lcov_data/$$dir && rm -rf lcov_data/$$dir ; \
+       done
        @echo 
        @echo "Generating $@"
        @$(LTP) --directory lcov_data/ --capture --base-directory=lcov_data 
--output-file $@



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

Reply via email to