Skip to content

Commit 17f4aca

Browse files
author
Denys Vlasenko
committed
Makefile.custom: make "make release" delete .gitignore files too
Signed-off-by: Antony Pavlov <[email protected]> Signed-off-by: Denys Vlasenko <[email protected]>
1 parent c44539f commit 17f4aca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile.custom

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ release: distclean
7373
-name .git \
7474
-print \
7575
-exec rm -r -f {} \; ; \
76+
find busybox-$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)/ -type f \
77+
-name .gitignore \
78+
-print \
79+
-exec rm -f {} \; ; \
7680
find busybox-$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)/ -type f \
7781
-name .\#* \
7882
-print \

0 commit comments

Comments
 (0)