Update 'make release' to remove all the .#filename files
authorEric Andersen <andersen@codepoet.org>
Thu, 6 Jul 2000 23:17:16 +0000 (23:17 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 6 Jul 2000 23:17:16 +0000 (23:17 -0000)
the CVS leaves lying about...
 -Erik

Makefile

index e24193c3a0bb1c29e8eb5d62ea49f62789f02bac..bdef05a1339ecc0a5f5ac7ade68379d13b385792 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -181,4 +181,9 @@ dist release: distclean doc
                                 -print         \
                | xargs rm -f;                  \
                                                \
+       find busybox-$(VERSION)/ -type f        \
+                                -name .\#*     \
+                                -print         \
+               | xargs rm -f;                  \
+                                               \
        tar -cvzf busybox-$(VERSION).tar.gz busybox-$(VERSION)/;