All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND][PATCH] Kbuild: fix file name in comment about extra gcc checks
       [not found] <CGME20170310020057epcas5p228e45982244ea0d7fd1e36a0620d0768@epcas5p2.samsung.com>
@ 2017-03-10  2:01 ` Seung-Woo Kim
  2017-03-11  5:47   ` Masahiro Yamada
  0 siblings, 1 reply; 2+ messages in thread
From: Seung-Woo Kim @ 2017-03-10  2:01 UTC (permalink / raw)
  To: mmarek, linux-kbuild, linux-kernel, torvalds; +Cc: sw0312.kim

Extra gcc checks like W=1 were moved to scripts/Makefile.exrawarn,
so the file name in comment needs to be fixed.

Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 165cf97..faa9d26 100644
--- a/Makefile
+++ b/Makefile
@@ -707,7 +707,7 @@ KBUILD_CFLAGS += $(call cc-option, -fcatch-undefined-behavior)
 else
 
 # These warnings generated too much noise in a regular build.
-# Use make W=1 to enable them (see scripts/Makefile.build)
+# Use make W=1 to enable them (see scripts/Makefile.extrawarn)
 KBUILD_CFLAGS += $(call cc-disable-warning, unused-but-set-variable)
 KBUILD_CFLAGS += $(call cc-disable-warning, unused-const-variable)
 endif
-- 
1.7.4.1

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

* Re: [RESEND][PATCH] Kbuild: fix file name in comment about extra gcc checks
  2017-03-10  2:01 ` [RESEND][PATCH] Kbuild: fix file name in comment about extra gcc checks Seung-Woo Kim
@ 2017-03-11  5:47   ` Masahiro Yamada
  0 siblings, 0 replies; 2+ messages in thread
From: Masahiro Yamada @ 2017-03-11  5:47 UTC (permalink / raw)
  To: Seung-Woo Kim
  Cc: Michal Marek, Linux Kbuild mailing list,
	Linux Kernel Mailing List, Linus Torvalds

2017-03-10 11:01 GMT+09:00 Seung-Woo Kim <sw0312.kim@samsung.com>:
> Extra gcc checks like W=1 were moved to scripts/Makefile.exrawarn,
> so the file name in comment needs to be fixed.
>
> Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
> ---
>  Makefile |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index 165cf97..faa9d26 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -707,7 +707,7 @@ KBUILD_CFLAGS += $(call cc-option, -fcatch-undefined-behavior)
>  else
>
>  # These warnings generated too much noise in a regular build.
> -# Use make W=1 to enable them (see scripts/Makefile.build)
> +# Use make W=1 to enable them (see scripts/Makefile.extrawarn)
>  KBUILD_CFLAGS += $(call cc-disable-warning, unused-but-set-variable)
>  KBUILD_CFLAGS += $(call cc-disable-warning, unused-const-variable)
>  endif



Applied to linux-kbuild/kbuild.


Thanks!




-- 
Best Regards
Masahiro Yamada

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

end of thread, other threads:[~2017-03-11  5:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20170310020057epcas5p228e45982244ea0d7fd1e36a0620d0768@epcas5p2.samsung.com>
2017-03-10  2:01 ` [RESEND][PATCH] Kbuild: fix file name in comment about extra gcc checks Seung-Woo Kim
2017-03-11  5:47   ` Masahiro Yamada

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.