tony2001 Mon Feb 26 14:51:26 2007 UTC Modified files: /php-src Makefile.global Log: remind about 'make test' http://cvs.php.net/viewvc.cgi/php-src/Makefile.global?r1=1.70&r2=1.71&diff_format=u Index: php-src/Makefile.global diff -u php-src/Makefile.global:1.70 php-src/Makefile.global:1.71 --- php-src/Makefile.global:1.70 Wed Jan 10 23:46:08 2007 +++ php-src/Makefile.global Mon Feb 26 14:51:26 2007 @@ -8,6 +8,7 @@ all: $(all_targets) @echo @echo "Build complete." + @echo "Don't forget to run 'make test'." @echo "(It is safe to ignore warnings about tempnam and tmpnam)." @echo
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php