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>
Showing
- Kbuild 1 addition, 1 deletionKbuild
- Makefile 3 additions, 3 deletionsMakefile
- arch/s390/tools/Makefile 1 addition, 1 deletionarch/s390/tools/Makefile
- firmware/Makefile 2 additions, 3 deletionsfirmware/Makefile
- kernel/Makefile 5 additions, 1 deletionkernel/Makefile
- scripts/Kbuild.include 1 addition, 1 deletionscripts/Kbuild.include
- scripts/Makefile.lib 1 addition, 2 deletionsscripts/Makefile.lib
Loading
Please register or sign in to comment