When doing 'make release' nuke the .svn directories, not the
authorEric Andersen <andersen@codepoet.org>
Wed, 17 Aug 2005 00:03:23 +0000 (00:03 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 17 Aug 2005 00:03:23 +0000 (00:03 -0000)
CVS dirs (since they are no longer present)

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 {} \; ; \
        \