summaryrefslogtreecommitdiff
authorDenys Vlasenko <vda.linux@googlemail.com>2013-11-02 21:06:36 (GMT)
committer Denys Vlasenko <vda.linux@googlemail.com>2013-11-02 21:06:36 (GMT)
commit17f4aca556307ddc7f86dc0a781eabef8360f732 (patch)
tree8e318da2ba787cec9abb8edcd7c8dab2a8cf9e37
parentc44539fcd32a0861f9f540253b5e914028821bd7 (diff)
downloadbusybox-17f4aca556307ddc7f86dc0a781eabef8360f732.zip
busybox-17f4aca556307ddc7f86dc0a781eabef8360f732.tar.gz
busybox-17f4aca556307ddc7f86dc0a781eabef8360f732.tar.bz2
Makefile.custom: make "make release" delete .gitignore files too
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat
-rw-r--r--Makefile.custom4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.custom b/Makefile.custom
index 3561e57..8c95ef2 100644
--- a/Makefile.custom
+++ b/Makefile.custom
@@ -74,6 +74,10 @@ release: distclean
-print \
-exec rm -r -f {} \; ; \
find busybox-$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)/ -type f \
+ -name .gitignore \
+ -print \
+ -exec rm -f {} \; ; \
+ find busybox-$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)/ -type f \
-name .\#* \
-print \
-exec rm -f {} \; ; \