Makefile.custom: make "make release" delete .gitignore files too
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 2 Nov 2013 21:06:36 +0000 (22:06 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 2 Nov 2013 21:06:36 +0000 (22:06 +0100)
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Makefile.custom

index 3561e57687ca32bf9d6019db4c273d8f950bf3be..8c95ef2d42349349cc863865a3e7a41f42165769 100644 (file)
@@ -73,6 +73,10 @@ release: distclean
                -name .git \
                -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 \