Skip to content
Commit ad774086 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 172caf19
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment