diff options
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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)/; |