From bf09cc84a6f5bfacad4fd63ab7daa187fe8d31ec Mon Sep 17 00:00:00 2001 From: andersen Date: Thu, 6 Jul 2000 23:17:16 +0000 Subject: Update 'make release' to remove all the .#filename files the CVS leaves lying about... -Erik git-svn-id: svn://busybox.net/trunk/busybox@763 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index e24193c3a..bdef05a13 100644 --- 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)/; -- cgit v1.2.3-55-g6feb