diff mbox series

kbuild: add comment for V=2 mode

Message ID a06194f0-3713-cc04-1673-c05b35c03242@infradead.org (mailing list archive)
State New, archived
Headers show
Series kbuild: add comment for V=2 mode | expand

Commit Message

Randy Dunlap Feb. 13, 2020, 4:40 a.m. UTC
From: Randy Dunlap <rdunlap@infradead.org>

Complete the comments for valid values of KBUILD_VERBOSE,
specifically for KBUILD_VERBOSE=2.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
---
 Makefile |    1 +
 1 file changed, 1 insertion(+)

Comments

Masahiro Yamada Feb. 16, 2020, 2:41 p.m. UTC | #1
On Thu, Feb 13, 2020 at 1:41 PM Randy Dunlap <rdunlap@infradead.org> wrote:
>
> From: Randy Dunlap <rdunlap@infradead.org>
>
> Complete the comments for valid values of KBUILD_VERBOSE,
> specifically for KBUILD_VERBOSE=2.
>
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>


Applied to linux-kbuild. Thanks.



> ---
>  Makefile |    1 +
>  1 file changed, 1 insertion(+)
>
> --- linux-next-20200206.orig/Makefile
> +++ linux-next-20200206/Makefile
> @@ -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
>
diff mbox series

Patch

--- linux-next-20200206.orig/Makefile
+++ linux-next-20200206/Makefile
@@ -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