]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: change filechk to surround the given command with { }
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 31 Dec 2018 08:24:09 +0000 (17:24 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 6 Jan 2019 00:46:51 +0000 (09:46 +0900)
commit6972098ce861954e8fb8a098c42f3166d220afad
tree74ef11898c40507c5705d6980e856a250a4b089a
parent7058857a070e9ef6a6778346f56fb7bf354d8fa0
kbuild: change filechk to surround the given command with { }

filechk_* rules often consist of multiple 'echo' lines. They must be
surrounded with { } or ( ) to work correctly. Otherwise, only the
string from the last 'echo' would be written into the target.

Let's take care of that in the 'filechk' in scripts/Kbuild.include
to clean up filechk_* rules.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Kbuild
Makefile
arch/s390/tools/Makefile
firmware/Makefile
kernel/Makefile
scripts/Kbuild.include
scripts/Makefile.lib