From: Jani Taskinen Date: Fri, 17 Jul 2009 12:31:58 +0000 (+0000) Subject: - Add missing file exts X-Git-Tag: php-5.2.11RC1~158 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe7cc3b1cf5e8167e9d9a3df9074273d98d18333;p=php - Add missing file exts --- diff --git a/build/build.mk b/build/build.mk index d131b16cef..3e1dad6c5f 100644 --- a/build/build.mk +++ b/build/build.mk @@ -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 @@ cvsclean-work: 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: