From 603884b07e4ffffa1c00c5982d7583f6a136f1c2 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 28 Mar 2010 20:26:40 +0200 Subject: "make release" should delete .git directory too Signed-off-by: Denys Vlasenko --- Makefile.custom | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.custom') 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 \ -- cgit v1.2.3