mirror of https://github.com/mirror/busybox.git
When doing 'make release' nuke the .svn directories, not the
CVS dirs (since they are no longer present)1_00_stable 1_01
parent
9e78a1772d
commit
d3986eb7ec
|
@ -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 {} \; ; \
|
||||
\
|
||||
|
|
Loading…
Reference in New Issue