Do not purge the .cvsignore files on 'make release' so that
authorEric Andersen <andersen@codepoet.org>
Mon, 4 Jun 2001 17:26:38 +0000 (17:26 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 4 Jun 2001 17:26:38 +0000 (17:26 -0000)
people can properly import into their own CVS trees.
 -Erik

Makefile

index 62786b9e8ab86a5ffa4e7de2b4c26fdb7198bb84..2af152516932ededbf64fb75a81b1057f2ccc7e7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -420,11 +420,6 @@ dist release: distclean doc
                                 -print         \
                -exec rm -rf {} \; ;            \
                                                \
-       find busybox-$(VERSION)/ -type f        \
-                                -name .cvsignore \
-                                -print         \
-               -exec rm -f {}  \; ;            \
-                                               \
        find busybox-$(VERSION)/ -type f        \
                                 -name .\#*     \
                                 -print         \