projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e78a17
)
When doing 'make release' nuke the .svn directories, not the
1_01
author
Eric Andersen
<andersen@codepoet.org>
Wed, 17 Aug 2005 00:01:38 +0000
(
00:01
-0000)
committer
Eric Andersen
<andersen@codepoet.org>
Wed, 17 Aug 2005 00:01:38 +0000
(
00:01
-0000)
CVS dirs (since they are no longer present)
busybox/Makefile
patch
|
blob
|
history
diff --git
a/busybox/Makefile
b/busybox/Makefile
index 0bfb700b612fe7f27e72494f29fb3ddd9998f574..0f91679c78f7369d69f5663d007eb28be93fbe99 100644
(file)
--- a/
busybox/Makefile
+++ b/
busybox/Makefile
@@
-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 {} \; ; \
\