Update 'make release' to remove all the .#filename files

the CVS leaves lying about...
 -Erik
This commit is contained in:
Eric Andersen 2000-07-06 23:17:16 +00:00
parent 03f4c27bd6
commit b0b732bfe4

View File

@ -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)/;