diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-07-06 23:17:16 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-07-06 23:17:16 +0000 |
commit | b0b732bfe45a5c16d7031851f056b4138074db64 (patch) | |
tree | a970787ebee26dca36cf95936c008851aa836315 | |
parent | 03f4c27bd6b79dcc953f0ee0d8c158d7ebe9cad8 (diff) | |
download | busybox-w32-b0b732bfe45a5c16d7031851f056b4138074db64.tar.gz busybox-w32-b0b732bfe45a5c16d7031851f056b4138074db64.tar.bz2 busybox-w32-b0b732bfe45a5c16d7031851f056b4138074db64.zip |
Update 'make release' to remove all the .#filename files
the CVS leaves lying about...
-Erik
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -181,4 +181,9 @@ dist release: distclean doc | |||
181 | -print \ | 181 | -print \ |
182 | | xargs rm -f; \ | 182 | | xargs rm -f; \ |
183 | \ | 183 | \ |
184 | find busybox-$(VERSION)/ -type f \ | ||
185 | -name .\#* \ | ||
186 | -print \ | ||
187 | | xargs rm -f; \ | ||
188 | \ | ||
184 | tar -cvzf busybox-$(VERSION).tar.gz busybox-$(VERSION)/; | 189 | tar -cvzf busybox-$(VERSION).tar.gz busybox-$(VERSION)/; |