commit | 4306bb13f69c96f5afa6f82b8e4645baa9c5d49a | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Wed Aug 17 00:03:23 2005 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Wed Aug 17 00:03:23 2005 +0000 |
tree | 088902a52b135767d4f03fb75d9dea21ae4682d9 | |
parent | 6ebbc7414e6699c6ee3edb9dff5c8adda81590ed [diff] [blame] |
When doing 'make release' nuke the .svn directories, not the CVS dirs (since they are no longer present)
diff --git a/Makefile b/Makefile index 920cbbe..187f3fc 100644 --- a/Makefile +++ b/Makefile
@@ -299,7 +299,7 @@ cp -a busybox $(PROG)-$(VERSION); \ \ find $(PROG)-$(VERSION)/ -type d \ - -name CVS \ + -name .svn \ -print \ -exec rm -rf {} \; ; \ \