diff options
-rw-r--r-- | Makefile.custom | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.custom b/Makefile.custom index fb9ec671c..ecba6bd79 100644 --- a/Makefile.custom +++ b/Makefile.custom | |||
@@ -64,6 +64,10 @@ release: distclean | |||
64 | -name .svn \ | 64 | -name .svn \ |
65 | -print \ | 65 | -print \ |
66 | -exec rm -r -f {} \; ; \ | 66 | -exec rm -r -f {} \; ; \ |
67 | find busybox-$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)/ -type d \ | ||
68 | -name .git \ | ||
69 | -print \ | ||
70 | -exec rm -r -f {} \; ; \ | ||
67 | find busybox-$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)/ -type f \ | 71 | find busybox-$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)/ -type f \ |
68 | -name .\#* \ | 72 | -name .\#* \ |
69 | -print \ | 73 | -print \ |