[PHP-CVS] com php-src: Fixbug: phpize --clean will delete include/*.h: scripts/phpize.in
Commit:19312fa8f6ef28340f314d7848d3e7de99f95189 Author:Tianfeng Mon, 12 Aug 2013 13:55:23 +0800 Parents: 3ada3aaea65bdfa11d6a70040ea7c63f7020d0ef Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=19312fa8f6ef28340f314d7848d3e7de99f95189 Log: Fixbug: phpize --clean will delete include/*.h Changed paths: M scripts/phpize.in Diff: diff --git a/scripts/phpize.in b/scripts/phpize.in index 43cd8d3..b86925e 100644 --- a/scripts/phpize.in +++ b/scripts/phpize.in @@ -11,7 +11,7 @@ SED="@SED@" FILES_BUILD="mkdep.awk scan_makefile_in.awk shtool libtool.m4" FILES="acinclude.m4 Makefile.global config.sub config.guess ltmain.sh run-tests*.php" -CLEAN_FILES="$FILES *.o *.lo *.la .deps .libs/ build/ include/ modules/ install-sh \ +CLEAN_FILES="$FILES *.o *.lo *.la .deps .libs/ build/ modules/ install-sh \ mkinstalldirs missing config.nice config.sub config.guess configure configure.in \ aclocal.m4 config.h config.h.in conftest* ltmain.sh libtool config.cache autom4te.cache/ \ config.log config.status Makefile Makefile.fragments Makefile.objects confdefs.h \ -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] com php-src: Fixbug: phpize --clean will delete include/*.h: scripts/phpize.in
Commit:4a0e87e497ae77ef9e98ba7906f3c659c3ef289d Author:Tianfeng Mon, 12 Aug 2013 13:55:23 +0800 Committer: Stanislav Malyshev Sun, 18 Aug 2013 13:52:20 -0700 Parents: cb539b3e96dd0fc8df9564a60b66d8dea4439bc1 Branches: PHP-5.4 PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=4a0e87e497ae77ef9e98ba7906f3c659c3ef289d Log: Fixbug: phpize --clean will delete include/*.h Changed paths: M scripts/phpize.in Diff: diff --git a/scripts/phpize.in b/scripts/phpize.in index 43cd8d3..b86925e 100644 --- a/scripts/phpize.in +++ b/scripts/phpize.in @@ -11,7 +11,7 @@ SED="@SED@" FILES_BUILD="mkdep.awk scan_makefile_in.awk shtool libtool.m4" FILES="acinclude.m4 Makefile.global config.sub config.guess ltmain.sh run-tests*.php" -CLEAN_FILES="$FILES *.o *.lo *.la .deps .libs/ build/ include/ modules/ install-sh \ +CLEAN_FILES="$FILES *.o *.lo *.la .deps .libs/ build/ modules/ install-sh \ mkinstalldirs missing config.nice config.sub config.guess configure configure.in \ aclocal.m4 config.h config.h.in conftest* ltmain.sh libtool config.cache autom4te.cache/ \ config.log config.status Makefile Makefile.fragments Makefile.objects confdefs.h \ -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php