jani Fri, 17 Jul 2009 12:31:58 +0000
URL: http://svn.php.net/viewvc?view=revision&revision=284256
Changed paths:
U php/php-src/branches/PHP_5_2/build/build.mk
U php/php-src/branches/PHP_5_3/build/build.mk
U php/php-src/trunk/build/build.mk
Log:
- Add missing file exts
Modified: php/php-src/branches/PHP_5_2/build/build.mk
===================================================================
--- php/php-src/branches/PHP_5_2/build/build.mk 2009-07-17 12:14:21 UTC (rev
284255)
+++ php/php-src/branches/PHP_5_2/build/build.mk 2009-07-17 12:31:58 UTC (rev
284256)
@@ -1,7 +1,7 @@
# +----------------------------------------------------------------------+
# | PHP Version 5 |
# +----------------------------------------------------------------------+
-# | Copyright (c) 1997-2007 The PHP Group |
+# | Copyright (c) 1997-2006 The PHP Group |
# +----------------------------------------------------------------------+
# | This source file is subject to version 3.01 of the PHP license, |
# | that is bundled with this package in the file LICENSE, and is |
@@ -72,7 +72,7 @@
svnclean-work:
@for i in `find . -type d -not -path '*/.svn/*' | grep -v '.svn'`; do \
- (cd `dirname $$i` 2>/dev/null && rm -rf `svn propget svn:ignore
. | grep -v config.nice` *.o *.a *.lo *.la .libs || true); \
+ (cd `dirname $$i` 2>/dev/null && rm -rf `svn propget svn:ignore
. | grep -v config.nice` *.o *.a *.lo *.la *.gcno *.gcda .libs || true); \
done
gitclean-work:
Modified: php/php-src/branches/PHP_5_3/build/build.mk
===================================================================
--- php/php-src/branches/PHP_5_3/build/build.mk 2009-07-17 12:14:21 UTC (rev
284255)
+++ php/php-src/branches/PHP_5_3/build/build.mk 2009-07-17 12:31:58 UTC (rev
284256)
@@ -1,7 +1,7 @@
# +----------------------------------------------------------------------+
# | PHP Version 5 |
# +----------------------------------------------------------------------+
-# | Copyright (c) 1997-2007 The PHP Group |
+# | Copyright (c) 1997-2006 The PHP Group |
# +----------------------------------------------------------------------+
# | This source file is subject to version 3.01 of the PHP license, |
# | that is bundled with this package in the file LICENSE, and is |
@@ -72,7 +72,7 @@
svnclean-work:
@for i in `find . -type d -not -path '*/.svn/*' | grep -v '.svn'`; do \
- (cd `dirname $$i` 2>/dev/null && rm -rf `svn propget svn:ignore
. | grep -v config.nice` *.o *.a *.lo *.la .libs || true); \
+ (cd `dirname $$i` 2>/dev/null && rm -rf `svn propget svn:ignore
. | grep -v config.nice` *.o *.a *.lo *.la *.gcno *.gcda .libs || true); \
done
gitclean-work:
Modified: php/php-src/trunk/build/build.mk
===================================================================
--- php/php-src/trunk/build/build.mk 2009-07-17 12:14:21 UTC (rev 284255)
+++ php/php-src/trunk/build/build.mk 2009-07-17 12:31:58 UTC (rev 284256)
@@ -72,7 +72,7 @@
svnclean-work:
@for i in `find . -type d -not -path '*/.svn/*' | grep -v '.svn'`; do \
- (cd `dirname $$i` 2>/dev/null && rm -rf `svn propget svn:ignore
. | grep -v config.nice` *.o *.a *.lo *.la .libs || true); \
+ (cd `dirname $$i` 2>/dev/null && rm -rf `svn propget svn:ignore
. | grep -v config.nice` *.o *.a *.lo *.la *.gcno *.gcda .libs || true); \
done
gitclean-work:
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php