]> git.ipfire.org Git - thirdparty/linux.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)
commitad774086356da92a477a87916613d96f4b36005c
tree74ef11898c40507c5705d6980e856a250a4b089a
parent172caf1993b7a6503a9f7faf589e2cf26eb1f219
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