nlopess Mon, 25 Jan 2010 22:51:52 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=294023
Log:
merge r294022. 5.2 branch doesnt need it
Changed paths:
U php/php-src/trunk/Makefile.gcov
Modified: php/php-src/trunk/Makefile.gcov
===================================================================
--- php/php-src/trunk/Makefile.gcov 2010-01-25 22:44:07 UTC (rev 294022)
+++ php/php-src/trunk/Makefile.gcov 2010-01-25 22:51:52 UTC (rev 294023)
@@ -61,7 +61,7 @@
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/sqlite3/libsqlite
ext/xmlrpc/libxmlrpc ext/zip/lib; do \
+ for dir in ext/bcmath/libbcmath ext/fileinfo/libmagic ext/gd/libgd
ext/mbstring/libmbfl ext/mbstring/oniguruma ext/pcre/pcrelib
ext/pdo_sqlite/libsqlite ext/sqlite/libsqlite ext/sqlite3/libsqlite
ext/xmlrpc/libxmlrpc ext/zip/lib; do \
test -d lcov_data/$$dir && rm -rf lcov_data/$$dir ; \
done
@echo
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php