aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e24193c3a..bdef05a13 100644
--- a/Makefile
+++ b/Makefile
@@ -181,4 +181,9 @@ dist release: distclean doc
181 -print \ 181 -print \
182 | xargs rm -f; \ 182 | xargs rm -f; \
183 \ 183 \
184 find busybox-$(VERSION)/ -type f \
185 -name .\#* \
186 -print \
187 | xargs rm -f; \
188 \
184 tar -cvzf busybox-$(VERSION).tar.gz busybox-$(VERSION)/; 189 tar -cvzf busybox-$(VERSION).tar.gz busybox-$(VERSION)/;