Update 'make release' to remove all the .#filename files
the CVS leaves lying about... -Erik
This commit is contained in:
5
Makefile
5
Makefile
@@ -181,4 +181,9 @@ dist release: distclean doc
|
|||||||
-print \
|
-print \
|
||||||
| xargs rm -f; \
|
| xargs rm -f; \
|
||||||
\
|
\
|
||||||
|
find busybox-$(VERSION)/ -type f \
|
||||||
|
-name .\#* \
|
||||||
|
-print \
|
||||||
|
| xargs rm -f; \
|
||||||
|
\
|
||||||
tar -cvzf busybox-$(VERSION).tar.gz busybox-$(VERSION)/;
|
tar -cvzf busybox-$(VERSION).tar.gz busybox-$(VERSION)/;
|
||||||
|
Reference in New Issue
Block a user