helly Tue Jul 29 08:10:44 2008 UTC Modified files: (Branch: PHP_5_3) /php-src Makefile.gcov Log: - MFH Exclude bundled libs from gcov processing http://cvs.php.net/viewvc.cgi/php-src/Makefile.gcov?r1=1.4.2.10.2.3&r2=1.4.2.10.2.3.2.1&diff_format=u Index: php-src/Makefile.gcov diff -u php-src/Makefile.gcov:1.4.2.10.2.3 php-src/Makefile.gcov:1.4.2.10.2.3.2.1 --- php-src/Makefile.gcov:1.4.2.10.2.3 Thu Jan 4 14:11:47 2007 +++ php-src/Makefile.gcov Tue Jul 29 08:10:44 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