hholzgra Mon Oct 21 11:11:19 2002 EDT Modified files: /php4/build build.mk Log: workaround for the "autoconf-cache-bug" workaround -> don't remove config.nice Index: php4/build/build.mk diff -u php4/build/build.mk:1.17 php4/build/build.mk:1.18 --- php4/build/build.mk:1.17 Sun Jul 21 09:09:07 2002 +++ php4/build/build.mk Mon Oct 21 11:11:19 2002 @@ -14,7 +14,7 @@ # | Author: Sascha Schumann <[EMAIL PROTECTED]> | # +----------------------------------------------------------------------+ # -# $Id: build.mk,v 1.17 2002/07/21 13:09:07 sas Exp $ +# $Id: build.mk,v 1.18 2002/10/21 15:11:19 hholzgra Exp $ # # # Makefile to generate build tools @@ -67,7 +67,7 @@ cvsclean: @for i in `find . -name .cvsignore`; do \ - (cd `dirname $$i` 2>/dev/null && rm -rf `cat .cvsignore` *.o *.a .libs || true); \ + (cd `dirname $$i` 2>/dev/null && rm -rf `cat .cvsignore | grep -v +config.nice` *.o *.a .libs || true); \ done .PHONY: $(ALWAYS) snapshot cvsclean
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php