diff --git a/Makefile.custom b/Makefile.custom index fb9ec671c..ecba6bd79 100644 --- a/Makefile.custom +++ b/Makefile.custom @@ -64,6 +64,10 @@ release: distclean -name .svn \ -print \ -exec rm -r -f {} \; ; \ + find busybox-$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)/ -type d \ + -name .git \ + -print \ + -exec rm -r -f {} \; ; \ find busybox-$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)/ -type f \ -name .\#* \ -print \