mirror of https://github.com/mirror/busybox.git
Update 'make release' to remove all the .#filename files
the CVS leaves lying about... -Erik1_00_stable_10817
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…
Reference in New Issue