Skip to content

Commit

Permalink
Makefile.custom: make "make release" delete .gitignore files too
Browse files Browse the repository at this point in the history
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
  • Loading branch information
Denys Vlasenko committed Nov 2, 2013
1 parent c44539f commit 17f4aca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile.custom
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 17f4aca

Please sign in to comment.