linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] kbuild: add comment for V=2 mode
@ 2020-02-13  4:40 Randy Dunlap
  2020-02-16 14:41 ` Masahiro Yamada
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2020-02-13  4:40 UTC (permalink / raw)
  To: LKML, linux-kbuild, Masahiro Yamada

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(+)

--- 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] kbuild: add comment for V=2 mode
  2020-02-13  4:40 [PATCH] kbuild: add comment for V=2 mode Randy Dunlap
@ 2020-02-16 14:41 ` Masahiro Yamada
  0 siblings, 0 replies; 2+ messages in thread
From: Masahiro Yamada @ 2020-02-16 14:41 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: LKML, linux-kbuild

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
>


-- 
Best Regards
Masahiro Yamada

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-16 14:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-13  4:40 [PATCH] kbuild: add comment for V=2 mode Randy Dunlap
2020-02-16 14:41 ` Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).