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

CVS dirs (since they are no longer present)
1_00_stable 1_01
Eric Andersen 2005-08-17 00:01:38 +00:00
parent 9e78a1772d
commit d3986eb7ec
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ release: distclean #doc
cp -a busybox $(PROG)-$(VERSION); \
\
find $(PROG)-$(VERSION)/ -type d \
-name CVS \
-name .svn \
-print \
-exec rm -rf {} \; ; \
\