]> granicus.if.org Git - php/commitdiff
add "clean-pecl" rule for nuking pecl objects
authorWez Furlong <wez@php.net>
Tue, 25 May 2004 12:57:45 +0000 (12:57 +0000)
committerWez Furlong <wez@php.net>
Tue, 25 May 2004 12:57:45 +0000 (12:57 +0000)
win32/build/Makefile

index 1f913e5328afbba8e87c9079b19890147f89c70b..d12d47b4b4f12873c06dd7e3f5aaceb462c64f20 100644 (file)
@@ -76,6 +76,10 @@ clean: clean-sapi
        -@del /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
 set TEST_PHP_EXECUTABLE=$(BUILD_DIR)\php.exe