lkml.org 
[lkml]   [2017]   [Nov]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH] kbuild: clean up *.i and *.lst patterns by make clean
2017-11-17 1:49 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>:
> *.i and *.lst are supported by single targets build. Clean up them.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---
>
> Makefile | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index 4299f94..3ea081a 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1545,9 +1545,9 @@ clean: $(clean-dirs)
> $(call cmd,rmdirs)
> $(call cmd,rmfiles)
> @find $(if $(KBUILD_EXTMOD), $(KBUILD_EXTMOD), .) $(RCS_FIND_IGNORE) \
> - \( -name '*.[oas]' -o -name '*.ko' -o -name '.*.cmd' \
> + \( -name '*.[aios]' -o -name '*.ko' -o -name '.*.cmd' \
> -o -name '*.ko.*' -o -name '*.dtb' -o -name '*.dtb.S' \
> - -o -name '*.dwo' \
> + -o -name '*.dwo' -o -name '*.lst' \
> -o -name '*.su' \
> -o -name '.*.d' -o -name '.*.tmp' -o -name '*.mod.c' \
> -o -name '*.symtypes' -o -name 'modules.order' \
> --


Applied to linux-kbuild.


--
Best Regards
Masahiro Yamada

\
 
 \ /
  Last update: 2017-11-23 15:19    [W:0.087 / U:0.536 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site