Re: [PATCH] Makefile: Remove duplicate description of "make RECORDMCOUNT_WARN=1"

From: Jongman Heo
Date: Sat Oct 22 2011 - 03:44:15 EST


2011/10/22 Jongman Heo <jongman.heo@xxxxxxxxx>:
> Remove duplicate "make RECORDMCOUNT_WARN=1" description from "make help" output
>
> Signed-off-by: Jongman Heo <jongman.heo@xxxxxxxxx>
> ---
>  Makefile |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index 2652089..86437a3 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1290,7 +1290,6 @@ help:
>        @echo  '  make O=dir [targets] Locate all output files in "dir",
> including .config'
>        @echo  '  make C=1   [targets] Check all c source with $$CHECK
> (sparse by default)'
>        @echo  '  make C=2   [targets] Force check of all c source with $$CHECK'
> -       @echo  '  make RECORDMCOUNT_WARN=1 [targets] Warn about ignored
> mcount sections'
>        @echo  '  make W=n   [targets] Enable extra gcc checks, n=1,2,3 where'
>        @echo  '                1: warnings which may be relevant and do not occur too often'
>        @echo  '                2: warnings which occur quite often but may still be relevant'
> --
> 1.7.6.4
>

Sorry for the unwanted line wrapping, I couldn't find a way to disable
automatic line wrapping of gmail.

But this is simple, one-liner patch, hope it's fine.

Regards,
jongman.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/