When doing 'make release' nuke the .svn directories, not the

CVS dirs (since they are no longer present)
This commit is contained in:
Eric Andersen 2005-08-17 00:03:23 +00:00
parent 6ebbc7414e
commit 4306bb13f6

View File

@ -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 {} \; ; \
\