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

busybox/Makefile

index 0bfb700b612fe7f27e72494f29fb3ddd9998f574..0f91679c78f7369d69f5663d007eb28be93fbe99 100644 (file)
@@ -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 {} \; ; \
        \