commit | b0b732bfe45a5c16d7031851f056b4138074db64 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Thu Jul 06 23:17:16 2000 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Thu Jul 06 23:17:16 2000 +0000 |
tree | a970787ebee26dca36cf95936c008851aa836315 | |
parent | 03f4c27bd6b79dcc953f0ee0d8c158d7ebe9cad8 [diff] [blame] |
Update 'make release' to remove all the .#filename files the CVS leaves lying about... -Erik
diff --git a/Makefile b/Makefile index e24193c..bdef05a 100644 --- a/Makefile +++ b/Makefile
@@ -181,4 +181,9 @@ -print \ | xargs rm -f; \ \ + find busybox-$(VERSION)/ -type f \ + -name .\#* \ + -print \ + | xargs rm -f; \ + \ tar -cvzf busybox-$(VERSION).tar.gz busybox-$(VERSION)/;