diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-02-13 05:40:57 +0100 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2020-02-26 18:19:07 +0100 |
commit | 505b12b3861bc79d1b81c815faaf4910469a7006 (patch) | |
tree | 47b2462d422aac1c820c4c070217eaddd4466bdf /Makefile | |
parent | Linux 5.6-rc3 (diff) | |
download | linux-505b12b3861bc79d1b81c815faaf4910469a7006.tar.xz linux-505b12b3861bc79d1b81c815faaf4910469a7006.zip |
kbuild: add comment for V=2 mode
Complete the comments for valid values of KBUILD_VERBOSE,
specifically for KBUILD_VERBOSE=2.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -68,6 +68,7 @@ unexport GREP_OPTIONS # # If KBUILD_VERBOSE equals 0 then the above command will be hidden. # If KBUILD_VERBOSE equals 1 then the above command is displayed. +# If KBUILD_VERBOSE equals 2 then give the reason why each target is rebuilt. # # To put more focus on warnings, be less verbose as default # Use 'make V=1' to see the full commands |