projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b04e217
)
kbuild: do not display CHK for filechk
author
Masahiro Yamada
<
[email protected]
>
Tue, 22 May 2018 07:22:18 +0000
(16:22 +0900)
committer
Masahiro Yamada
<
[email protected]
>
Mon, 28 May 2018 09:25:21 +0000
(18:25 +0900)
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 <
[email protected]
>
Reviewed-by: Sam Ravnborg <
[email protected]
>
scripts/Kbuild.include
patch
|
blob
|
history
diff --git
a/scripts/Kbuild.include
b/scripts/Kbuild.include
index 50cee534fd64f10cf8b533b9ad0fedb7d7bbd452..c7fedc5bfd114d3497265fe6239af423d97e853a 100644
(file)
--- a/
scripts/Kbuild.include
+++ b/
scripts/Kbuild.include
@@
-57,7
+57,6
@@
kecho := $($(quiet)kecho)
# to specify a valid file as first prerequisite (often the kbuild file)
define filechk
$(Q)set -e; \
- $(kecho) ' CHK $@'; \
mkdir -p $(dir $@); \
$(filechk_$(1)) < $< >
[email protected]
; \
if [ -r $@ ] && cmp -s $@
[email protected]
; then \