diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-03-28 20:26:40 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-03-28 20:26:40 +0200 |
commit | 603884b07e4ffffa1c00c5982d7583f6a136f1c2 (patch) | |
tree | 4b2290b8e9d49e6179a55d940032d1fb0b6e0105 | |
parent | 03f6ee28d606004f450a9ca6fad09ad4e4a43194 (diff) | |
download | busybox-w32-603884b07e4ffffa1c00c5982d7583f6a136f1c2.tar.gz busybox-w32-603884b07e4ffffa1c00c5982d7583f6a136f1c2.tar.bz2 busybox-w32-603884b07e4ffffa1c00c5982d7583f6a136f1c2.zip |
"make release" should delete .git directory too
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-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 \ |