summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorGwynne Raskind <gwynne@php.net>2009-07-16 04:50:06 +0000
committerGwynne Raskind <gwynne@php.net>2009-07-16 04:50:06 +0000
commitad3dd7a718845e3ad178cae12ee98f7db9db8e4e (patch)
tree0aa0ccf043a5d6f986f958250a9e402f2834f06a /build
parent2adf42f8904fd2b293f6a8281690de4cdc62b0c4 (diff)
downloadphp-git-ad3dd7a718845e3ad178cae12ee98f7db9db8e4e.tar.gz
MFH: dropped some more mime types, svnclean -> clean for multiple VCS
Diffstat (limited to 'build')
-rw-r--r--build/build.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/build/build.mk b/build/build.mk
index b333b38485..91143cb1f7 100644
--- a/build/build.mk
+++ b/build/build.mk
@@ -71,8 +71,11 @@ cvsclean-work:
done
svnclean-work:
- for i in `find . -type d -and -not -path '*/.svn/*'`; do \
- (cd `dirname $$i` 2>/dev/null && svn propget svn:ignore $i | xargs rm -rf && rm -rf *.o *.a .libs || true); \
+ @for i in `find . -type d -and -not -path '*/.svn/*'`; do \
+ (cd `dirname $$i` 2>/dev/null && svn propget svn:ignore $$i | xargs rm -rf && rm -rf *.o *.a .libs || true); \
done
+gitclean-work:
+ @echo "We don't know how to clean Git checkouts yet."
+
.PHONY: $(ALWAYS) snapshot