[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-cvs
Subject:    [PHP-CVS] com php-src: Give 'make distclean' some love. Clean files created by =?UTF-8?Q?AC=5FOUTPUT
From:       Christopher Jones <sixd () php ! net>
Date:       2013-07-31 18:49:29
Message-ID: php-mail-96855e0b9ec1a19beb422b653676f6881563224057 () git ! php ! net
[Download RAW message or body]

Commit:    4ed18d5955ad7ac0172f6eec87735fefcd113270
Author:    Christopher Jones <sixd@php.net>         Wed, 31 Jul 2013 11:49:29 -0700
Parents:   e3a4b87e899ac55995f783e52379801973e199e7
Branches:  PHP-5.5

Link:       http://git.php.net/?p=php-src.git;a=commitdiff;h=4ed18d5955ad7ac0172f6eec87735fefcd113270


Log:
Give 'make distclean' some love. Clean files created by AC_OUTPUT, shell redirection \
etc.

Changed paths:
  M  Makefile.global


Diff:
diff --git a/Makefile.global b/Makefile.global
index b714a65..1a1cd18 100644
--- a/Makefile.global
+++ b/Makefile.global
@@ -115,10 +115,17 @@ clean:
 	find . -name \*.la -o -name \*.a | xargs rm -f 
 	find . -name \*.so | xargs rm -f
 	find . -name .libs -a -type d|xargs rm -rf
-	rm -f libphp$(PHP_MAJOR_VERSION).la $(SAPI_CLI_PATH) $(OVERALL_TARGET) modules/* \
libs/* +	rm -f libphp$(PHP_MAJOR_VERSION).la $(SAPI_CLI_PATH) $(SAPI_CGI_PATH) \
$(SAPI_MILTER_PATH) $(SAPI_LITESPEED_PATH) $(SAPI_FPM_PATH) $(OVERALL_TARGET) \
modules/* libs/*  
 distclean: clean
-	rm -f Makefile config.cache config.log config.status Makefile.objects \
Makefile.fragments libtool main/php_config.h stamp-h \
sapi/apache/libphp$(PHP_MAJOR_VERSION).module buildmk.stamp Zend/zend_dtrace_gen.h \
Zend/zend_dtrace_gen.h.bak +	rm -f Makefile config.cache config.log config.status \
Makefile.objects Makefile.fragments libtool main/php_config.h \
main/internal_functions_cli.c main/internal_functions.c stamp-h \
sapi/apache/libphp$(PHP_MAJOR_VERSION).module buildmk.stamp Zend/zend_dtrace_gen.h \
Zend/zend_dtrace_gen.h.bak Zend/zend_config.h TSRM/tsrm_config.h +	rm -f php5.spec \
main/build-defs.h scripts/phpize +	rm -f ext/date/lib/timelib_config.h \
ext/mbstring/oniguruma/config.h ext/mbstring/libmbfl/config.h \
ext/mysqlnd/php_mysqlnd_config.h +	rm -f scripts/man1/phpize.1 scripts/php-config \
scripts/man1/php-config.1 sapi/cli/php.1 sapi/cgi/php-cgi.1 ext/phar/phar.1 \
ext/phar/phar.phar.1 +	rm -f sapi/apache/libphp5.module \
sapi/apache_hooks/libphp5.module +	rm -f sapi/fpm/php-fpm.conf \
sapi/fpm/init.d.php-fpm sapi/fpm/php-fpm.service sapi/fpm/php-fpm.8 \
sapi/fpm/status.html +	rm -f ext/iconv/php_have_bsd_iconv.h \
ext/iconv/php_have_glibc_iconv.h ext/iconv/php_have_ibm_iconv.h \
ext/iconv/php_have_iconv.h ext/iconv/php_have_libiconv.h \
ext/iconv/php_iconv_aliased_libiconv.h ext/iconv/php_iconv_supports_errno.h \
ext/iconv/php_php_iconv_h_path.h ext/iconv/php_php_iconv_impl.h +	rm -f \
ext/phar/phar.phar ext/phar/phar.php  $(EGREP) define'.*include/php' \
$(top_srcdir)/configure | $(SED) 's/.*>//'|xargs rm -f  
 .PHONY: all clean install distclean test


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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic