aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-08-17 00:03:23 +0000
committerEric Andersen <andersen@codepoet.org>2005-08-17 00:03:23 +0000
commit4306bb13f69c96f5afa6f82b8e4645baa9c5d49a (patch)
tree088902a52b135767d4f03fb75d9dea21ae4682d9 /Makefile
parent6ebbc7414e6699c6ee3edb9dff5c8adda81590ed (diff)
downloadbusybox-4306bb13f69c96f5afa6f82b8e4645baa9c5d49a.tar.gz
When doing 'make release' nuke the .svn directories, not the
CVS dirs (since they are no longer present)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 920cbbecf..187f3fcd6 100644
--- a/Makefile
+++ b/Makefile
@@ -299,7 +299,7 @@ release: distclean #doc
cp -a busybox $(PROG)-$(VERSION); \
\
find $(PROG)-$(VERSION)/ -type d \
- -name CVS \
+ -name .svn \
-print \
-exec rm -rf {} \; ; \
\