Re: [PATCH 2/4] kbuild: remove redundant $(wildcard ...) for cmd_files calculation

2017-11-09 Thread Masahiro Yamada
2017-11-10 13:53 GMT+09:00 Doug Anderson : > Hi, > > On Thu, Nov 9, 2017 at 7:41 AM, Masahiro Yamada > wrote: >> I do not why $(wildcard ...) needs to be called twice for computing >> cmd_files. Remove the first one. > > I tried and I can't find any reason for the two calls $(wildcard ...) > eith

Re: [PATCH 2/4] kbuild: remove redundant $(wildcard ...) for cmd_files calculation

2017-11-09 Thread Doug Anderson
Hi, On Thu, Nov 9, 2017 at 7:41 AM, Masahiro Yamada wrote: > I do not why $(wildcard ...) needs to be called twice for computing > cmd_files. Remove the first one. I tried and I can't find any reason for the two calls $(wildcard ...) either, so this seems fine to me. > Signed-off-by: Masahiro

[PATCH 2/4] kbuild: remove redundant $(wildcard ...) for cmd_files calculation

2017-11-09 Thread Masahiro Yamada
I do not why $(wildcard ...) needs to be called twice for computing cmd_files. Remove the first one. Signed-off-by: Masahiro Yamada --- Makefile | 3 +-- scripts/Makefile.build | 3 +-- scripts/Makefile.headersinst | 3 +-- scripts/Makefile.modpost | 3 +-- 4 file