Re: [PATCH v2 7/9] gen_compile_commands: support *.o, *.a, modules.order in positional argument

2020-08-21 Thread Masahiro Yamada
On Sat, Aug 22, 2020 at 9:59 AM Nick Desaulniers wrote: > > On Fri, Aug 21, 2020 at 12:02 PM Masahiro Yamada wrote: > > > > This script currently searches the specified directory for .cmd files. > > One drawback is it may contain stale .cmd files after you rebuild the > > kernel several times wit

Re: [PATCH v2 7/9] gen_compile_commands: support *.o, *.a, modules.order in positional argument

2020-08-21 Thread Nick Desaulniers
On Fri, Aug 21, 2020 at 12:02 PM Masahiro Yamada wrote: > > This script currently searches the specified directory for .cmd files. > One drawback is it may contain stale .cmd files after you rebuild the > kernel several times without 'make clean'. > > This commit supports *.o, *.a, and modules.ord

[PATCH v2 7/9] gen_compile_commands: support *.o, *.a, modules.order in positional argument

2020-08-21 Thread Masahiro Yamada
This script currently searches the specified directory for .cmd files. One drawback is it may contain stale .cmd files after you rebuild the kernel several times without 'make clean'. This commit supports *.o, *.a, and modules.order as positional parameters. If such files are given, they are parse