Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-08-17 04:01:38 +0400
committerEric Andersen <andersen@codepoet.org>2005-08-17 04:01:38 +0400
commitd3986eb7ec5fff7b3c3edc386e2b18be3b68c16c (patch)
treefb54c66d7fd3c23ae827280dbacb3098e5114f8e
parent9e78a1772d3ea4b5537e791d2066ff9fba7bd201 (diff)
When doing 'make release' nuke the .svn directories, not the1_01
CVS dirs (since they are no longer present)
-rw-r--r--busybox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox/Makefile b/busybox/Makefile
index 0bfb700b6..0f91679c7 100644
--- 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 {} \; ; \
\