[PATCH 2/2] Makefile.custom: "make release" should delete .gitignore files too
Antony Pavlov
antonynpavlov at gmail.com
Thu Oct 31 20:33:18 UTC 2013
Signed-off-by: Antony Pavlov <antonynpavlov at gmail.com>
---
Makefile.custom | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/Makefile.custom b/Makefile.custom
index d6fe6ae..b06b8c9 100644
--- a/Makefile.custom
+++ b/Makefile.custom
@@ -75,6 +75,10 @@ release: distclean
-print \
-exec rm -r -f {} \; ; \
find $(BBVERSIONNAME)/ -type f \
+ -name .gitignore \
+ -print \
+ -exec rm -f {} \; ; \
+ find $(BBVERSIONNAME)/ -type f \
-name .\#* \
-print \
-exec rm -f {} \; ; \
--
1.8.4.rc3
More information about the busybox
mailing list