diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2021-08-19 09:57:33 +0900 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2021-09-03 08:17:20 +0900 |
commit | 265264b814c2121513eab2e1cffe196502af0961 (patch) | |
tree | 9d92ebe3ba076bce0d92e43b1d569b8fb49b6900 /samples/pidfd | |
parent | 7ab44e9ee5f241c0ed19e350d17e80bd90bde93d (diff) | |
download | linux-265264b814c2121513eab2e1cffe196502af0961.tar.bz2 |
gen_compile_commands: extract compiler command from a series of commands
The current gen_compile_commands.py assumes that objects are always
built by a single command.
It makes sense to support cases where objects are built by a series of
commands:
cmd_<object> := <command1> ; <command2>
One use-case is that <command1> is a compiler command, and <command2>
an objtool command.
It allows *.cmd files to contain an objtool command so that any change
in it triggers object rebuilds.
If ; appears after the C source file, take the first command.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Kees Cook <keescook@chromium.org>
Diffstat (limited to 'samples/pidfd')
0 files changed, 0 insertions, 0 deletions