When doing 'make release' nuke the .svn directories, not the
CVS dirs (since they are no longer present)
This commit is contained in:
parent
6ebbc7414e
commit
4306bb13f6
2
Makefile
2
Makefile
@ -299,7 +299,7 @@ release: distclean #doc
|
|||||||
cp -a busybox $(PROG)-$(VERSION); \
|
cp -a busybox $(PROG)-$(VERSION); \
|
||||||
\
|
\
|
||||||
find $(PROG)-$(VERSION)/ -type d \
|
find $(PROG)-$(VERSION)/ -type d \
|
||||||
-name CVS \
|
-name .svn \
|
||||||
-print \
|
-print \
|
||||||
-exec rm -rf {} \; ; \
|
-exec rm -rf {} \; ; \
|
||||||
\
|
\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user