summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2002-10-21 15:11:19 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2002-10-21 15:11:19 +0000
commit3e99daca3948417335b4a55b77716150c4345b86 (patch)
treeb76a0673c38c29403bcb6ac463275de99ed96c9f /build
parente938ca62e9fe9556e51e05b4c1d5b9d50712bd75 (diff)
downloadphp-git-3e99daca3948417335b4a55b77716150c4345b86.tar.gz
workaround for the "autoconf-cache-bug" workaround
-> don't remove config.nice
Diffstat (limited to 'build')
-rw-r--r--build/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.mk b/build/build.mk
index 6235ddefa6..85080c675c 100644
--- a/build/build.mk
+++ b/build/build.mk
@@ -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