projects
/
platform
/
upstream
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03f4c27
)
Update 'make release' to remove all the .#filename files
author
Eric Andersen
<andersen@codepoet.org>
Thu, 6 Jul 2000 23:17:16 +0000
(23:17 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Thu, 6 Jul 2000 23:17:16 +0000
(23:17 -0000)
the CVS leaves lying about...
-Erik
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index e24193c3a0bb1c29e8eb5d62ea49f62789f02bac..bdef05a1339ecc0a5f5ac7ade68379d13b385792 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-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)/;