summaryrefslogtreecommitdiff
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-w32-4306bb13f69c96f5afa6f82b8e4645baa9c5d49a.tar.gz
busybox-w32-4306bb13f69c96f5afa6f82b8e4645baa9c5d49a.tar.bz2
busybox-w32-4306bb13f69c96f5afa6f82b8e4645baa9c5d49a.zip
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
299 cp -a busybox $(PROG)-$(VERSION); \ 299 cp -a busybox $(PROG)-$(VERSION); \
300 \ 300 \
301 find $(PROG)-$(VERSION)/ -type d \ 301 find $(PROG)-$(VERSION)/ -type d \
302 -name CVS \ 302 -name .svn \
303 -print \ 303 -print \
304 -exec rm -rf {} \; ; \ 304 -exec rm -rf {} \; ; \
305 \ 305 \