]> granicus.if.org Git - php/commitdiff
workaround for the "autoconf-cache-bug" workaround
authorHartmut Holzgraefe <hholzgra@php.net>
Mon, 21 Oct 2002 15:11:19 +0000 (15:11 +0000)
committerHartmut Holzgraefe <hholzgra@php.net>
Mon, 21 Oct 2002 15:11:19 +0000 (15:11 +0000)
-> don't remove config.nice

build/build.mk

index 6235ddefa67155cf4c7441b208c2c7931fbb236d..85080c675c354a9a583b4564da52a1874ede1116 100644 (file)
@@ -67,7 +67,7 @@ snapshot:
 
 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