Update 'make release' to remove all the .#filename files
the CVS leaves lying about... -Erik
This commit is contained in:
parent
03f4c27bd6
commit
b0b732bfe4
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)/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user