wez Tue May 25 08:57:45 2004 EDT Modified files: /php-src/win32/build Makefile Log: add "clean-pecl" rule for nuking pecl objects http://cvs.php.net/diff.php/php-src/win32/build/Makefile?r1=1.22&r2=1.23&ty=u Index: php-src/win32/build/Makefile diff -u php-src/win32/build/Makefile:1.22 php-src/win32/build/Makefile:1.23 --- php-src/win32/build/Makefile:1.22 Tue May 18 17:07:01 2004 +++ php-src/win32/build/Makefile Tue May 25 08:57:45 2004 @@ -14,7 +14,7 @@ # | Author: Wez Furlong <[EMAIL PROTECTED]> | # +----------------------------------------------------------------------+ # -# $Id: Makefile,v 1.22 2004/05/18 21:07:01 wez Exp $ +# $Id: Makefile,v 1.23 2004/05/25 12:57:45 wez Exp $ # This is the makefile template for the win32 build CC="$(CL)" @@ -75,6 +75,10 @@ @for %D in (_x $(BUILD_DIRS_SUB)) do @if exist %D @del /F /Q %D\*.* > NUL [EMAIL PROTECTED] /F /Q $(BUILD_DIR)\*.res $(BUILD_DIR)\*.lib $(BUILD_DIR)\*.ilk $(BUILD_DIR)\*.pdb $(BUILD_DIR)\*.exp $(PHPDEF) $(BUILD_DIR)\php-$(PHP_VERSION_STRING).zip > NUL -rmdir /s /q $(BUILD_DIR)\php-$(PHP_VERSION_STRING) + +clean-pecl: + @echo Cleaning PECL targets only + -rmdir /s /q $(BUILD_DIR)\pecl test: <<test_suite_uses_lame_env_vars.bat
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php