aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-08-17 00:03:23 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-08-17 00:03:23 +0000
commitb3341b08b88166593ab0b986cc1d4daf4a66cab5 (patch)
tree088902a52b135767d4f03fb75d9dea21ae4682d9 /Makefile
parentaf3972d258a10f5ce1a31748e219a6d22f083efb (diff)
downloadbusybox-w32-b3341b08b88166593ab0b986cc1d4daf4a66cab5.tar.gz
busybox-w32-b3341b08b88166593ab0b986cc1d4daf4a66cab5.tar.bz2
busybox-w32-b3341b08b88166593ab0b986cc1d4daf4a66cab5.zip
When doing 'make release' nuke the .svn directories, not the
CVS dirs (since they are no longer present) git-svn-id: svn://busybox.net/trunk/busybox@11174 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 \