diff options
| author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-05-22 03:22:18 -0400 |
|---|---|---|
| committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-05-28 05:25:21 -0400 |
| commit | e6ecfb45072c98bc3229d79a4a98093677f2a11f (patch) | |
| tree | f61edb8a8014dbe233c698b60a405754b776e7b5 /scripts/Kbuild.include | |
| parent | b04e217704b7f879c6b91222b066983a44a7a09f (diff) | |
kbuild: do not display CHK for filechk
filechk displays two short logs; CHK for creating a temporary file,
and UPD for really updating the target.
IMHO, the build system can be quiet when the target file has not
been updated.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'scripts/Kbuild.include')
| -rw-r--r-- | scripts/Kbuild.include | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/Kbuild.include b/scripts/Kbuild.include index 50cee534fd64..c7fedc5bfd11 100644 --- a/scripts/Kbuild.include +++ b/scripts/Kbuild.include | |||
| @@ -57,7 +57,6 @@ kecho := $($(quiet)kecho) | |||
| 57 | # to specify a valid file as first prerequisite (often the kbuild file) | 57 | # to specify a valid file as first prerequisite (often the kbuild file) |
| 58 | define filechk | 58 | define filechk |
| 59 | $(Q)set -e; \ | 59 | $(Q)set -e; \ |
| 60 | $(kecho) ' CHK $@'; \ | ||
| 61 | mkdir -p $(dir $@); \ | 60 | mkdir -p $(dir $@); \ |
| 62 | $(filechk_$(1)) < $< > $@.tmp; \ | 61 | $(filechk_$(1)) < $< > $@.tmp; \ |
| 63 | if [ -r $@ ] && cmp -s $@ $@.tmp; then \ | 62 | if [ -r $@ ] && cmp -s $@ $@.tmp; then \ |
