kbuild: remove trailing semicolon from cmd_* passed to if_changed_rule
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 30 Nov 2018 01:05:28 +0000 (10:05 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 1 Dec 2018 14:13:14 +0000 (23:13 +0900)
commite5d289100d3aef3e83dc1b8303999e26d86acb7b
treeb4c7f628c06ab4a08523faf12563afa094dbd52f
parent3a2429e1faf40b2aaa481aa4b001a74d222c7e8b
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>
scripts/Kbuild.include
scripts/Makefile.build