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:
6ebbc74
)
When doing 'make release' nuke the .svn directories, not the
author
Eric Andersen
<andersen@codepoet.org>
Wed, 17 Aug 2005 00:03:23 +0000
(
00:03
-0000)
committer
Eric Andersen
<andersen@codepoet.org>
Wed, 17 Aug 2005 00:03:23 +0000
(
00:03
-0000)
CVS dirs (since they are no longer present)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 920cbbecf62670d2365051649c908229c7f1baad..187f3fcd67803d44cb3a48c64f65c7c1e21297f2 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-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 {} \; ; \
\