commit | e5d289100d3aef3e83dc1b8303999e26d86acb7b | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Nov 30 10:05:28 2018 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Dec 01 23:13:14 2018 +0900 |
tree | b4c7f628c06ab4a08523faf12563afa094dbd52f | |
parent | 3a2429e1faf40b2aaa481aa4b001a74d222c7e8b [diff] |
kbuild: remove trailing semicolon from cmd_* passed to if_changed_rule With the change of rule_cc_o_c / rule_as_o_S in the last commit, each command is executed in a separate subshell. Rip off unneeded semicolons. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>