On 08.12.2005 19:00, Ilia Alshanetsky wrote:
-  ltp_version_list="1.4"
+  ltp_version_list="1.5"

Once you've made 1.5 as a requirement, it would make sense to add --legend to 
the genhtml command.
I'll commit it if there are no objections.

Index: Makefile.gcov
===================================================================
RCS file: /repository/php-src/Makefile.gcov,v
retrieving revision 1.4.2.7
diff -u -p -d -r1.4.2.7 Makefile.gcov
--- Makefile.gcov       8 Dec 2005 16:00:28 -0000       1.4.2.7
+++ Makefile.gcov       8 Dec 2005 18:31:42 -0000
@@ -61,7 +61,7 @@ php_lcov.info: lcov-test

lcov-html: php_lcov.info
       @echo "Generating lcov HTML"
-       @$(LTP_GENHTML) --no-prefix --output-directory lcov_html/ --title "PHP Code 
Coverage" --show-details php_lcov.info
+       @$(LTP_GENHTML) --no-prefix --output-directory lcov_html/ --title "PHP Code 
Coverage" --legend --show-details php_lcov.info

lcov-clean:
       rm -f php_lcov.info

--
Wbr, Antony Dovgal

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

Reply via email to