From 4306bb13f69c96f5afa6f82b8e4645baa9c5d49a Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 17 Aug 2005 00:03:23 +0000 Subject: When doing 'make release' nuke the .svn directories, not the CVS dirs (since they are no longer present) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 920cbbecf..187f3fcd6 100644 --- 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 {} \; ; \ \ -- cgit v1.2.3