[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAHFnbA=8ENL3vavU-_iTGfGt0tezG4SUyzTVdFNwbPgckzVSyA@mail.gmail.com>
Date: Sat, 22 Oct 2011 16:43:27 +0900
From: Jongman Heo <jongman.heo@...il.com>
To: linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Makefile: Remove duplicate description of "make RECORDMCOUNT_WARN=1"
2011/10/22 Jongman Heo <jongman.heo@...il.com>:
> Remove duplicate "make RECORDMCOUNT_WARN=1" description from "make help" output
>
> Signed-off-by: Jongman Heo <jongman.heo@...il.com>
> ---
> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists