]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit229bf1f9fc81e3c36e845926f65b4d4be35fd7c7
treeb4c7f628c06ab4a08523faf12563afa094dbd52f
parent4f4cc5a69942f1b07ad97794d09f69d24b512ca9
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