Skip to content

Commit 505b12b

Browse files
rddunlapmasahir0y
authored andcommitted
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 <[email protected]> Signed-off-by: Masahiro Yamada <[email protected]>
1 parent f8788d8 commit 505b12b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ unexport GREP_OPTIONS
6868
#
6969
# If KBUILD_VERBOSE equals 0 then the above command will be hidden.
7070
# If KBUILD_VERBOSE equals 1 then the above command is displayed.
71+
# If KBUILD_VERBOSE equals 2 then give the reason why each target is rebuilt.
7172
#
7273
# To put more focus on warnings, be less verbose as default
7374
# Use 'make V=1' to see the full commands

0 commit comments

Comments
 (0)