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

CVS dirs (since they are no longer present)
1_1_stable
Eric Andersen 2005-08-17 00:03:23 +00:00
parent 6ebbc7414e
commit 4306bb13f6
1 changed files with 1 additions and 1 deletions

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