[git commit] Makefile.custom: make "make release" delete .gitignore files too
Denys Vlasenko
vda.linux at googlemail.com
Sat Nov 2 21:06:36 UTC 2013
commit: http://git.busybox.net/busybox/commit/?id=17f4aca556307ddc7f86dc0a781eabef8360f732
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master
Signed-off-by: Antony Pavlov <antonynpavlov at gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
Makefile.custom | 4 ++++
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 {} \; ; \
More information about the busybox-cvs
mailing list