[prev in list] [next in list] [prev in thread] [next in thread] 

List:       busybox
Subject:    [PATCH 2/2] Makefile.custom: "make release" should delete .gitignore files too
From:       Antony Pavlov <antonynpavlov () gmail ! com>
Date:       2013-10-31 20:33:18
Message-ID: 1383251598-18407-3-git-send-email-antonynpavlov () gmail ! com
[Download RAW message or body]

Signed-off-by: Antony Pavlov <antonynpavlov@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

_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic