Re: [PATCH] gen_compile_commands: lower the entry count threshold

2019-07-29 Thread Nick Desaulniers
On Fri, Jul 26, 2019 at 8:01 PM Masahiro Yamada wrote: > > Running gen_compile_commands.py after building with allnoconfig > gave this: > > $ ./scripts/gen_compile_commands.py > WARNING: Found 449 entries. Have you compiled the kernel? > > Signed-off-by: Masahiro Yamada This potentially may need

Re: [PATCH] gen_compile_commands: lower the entry count threshold

2019-07-29 Thread Tom Roeder
On Sat, Jul 27, 2019 at 12:01:10PM +0900, Masahiro Yamada wrote: > Running gen_compile_commands.py after building with allnoconfig > gave this: > > $ ./scripts/gen_compile_commands.py > WARNING: Found 449 entries. Have you compiled the kernel? Thanks for catching this! I should have tried with al

[PATCH] gen_compile_commands: lower the entry count threshold

2019-07-26 Thread Masahiro Yamada
Running gen_compile_commands.py after building with allnoconfig gave this: $ ./scripts/gen_compile_commands.py WARNING: Found 449 entries. Have you compiled the kernel? Signed-off-by: Masahiro Yamada --- scripts/gen_compile_commands.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)