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>
This commit is contained in:
parent
c44539fcd3
commit
17f4aca556
@ -73,6 +73,10 @@ release: distclean
|
|||||||
-name .git \
|
-name .git \
|
||||||
-print \
|
-print \
|
||||||
-exec rm -r -f {} \; ; \
|
-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 \
|
find busybox-$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)/ -type f \
|
||||||
-name .\#* \
|
-name .\#* \
|
||||||
-print \
|
-print \
|
||||||
|
Loading…
Reference in New Issue
Block a user