commit | c0d3b83100c896e1b0909023df58a0ebdd428d61 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Fri Dec 23 01:25:33 2022 +0900 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Sun Jan 22 23:43:32 2023 +0900 |
tree | b98004e9534c5573f04795e27957affb4cf857fc | |
parent | 8962b6b475bddc011c414f40ffd02f0ed4e02771 [diff] |
kbuild: do not print extra logs for V=2 Some scripts increase the verbose level when V=1, but others when not V=0. I think the former is correct because V=2 is not a log level but a switch to print the reason for rebuilding. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Reviewed-by: Nicolas Schier <nicolas@fjasle.eu>