Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755344Ab3ILVkh (ORCPT ); Thu, 12 Sep 2013 17:40:37 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:34469 "EHLO mail-we0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754669Ab3ILVke (ORCPT ); Thu, 12 Sep 2013 17:40:34 -0400 Date: Thu, 12 Sep 2013 23:40:29 +0200 From: "Yann E. MORIN" To: Regid Ichira Cc: Michal Marek , Rob Landley , linux-kbuild@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Documentation/kbuild/kconfig.txt: Doesn't make listnewconfig replacing yes "" | make oldconfig ? Message-ID: <20130912214028.GA3362@free.fr> References: <20130912003548.GF8821@nt1.in> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20130912003548.GF8821@nt1.in> User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2134 Lines: 53 Regid, All, On 2013-09-12 03:35 +0300, Regid Ichira spake thusly: > Signed-off-by: Regid Ichira Acked-by: "Yann E. MORIN" > --- > Documentation/kbuild/kconfig.txt | 11 ++--------- > 1 file changed, 2 insertions(+), 9 deletions(-) > > diff --git a/Documentation/kbuild/kconfig.txt b/Documentation/kbuild/kconfig.txt > index 8ef6dbb..14cc40c 100644 > --- a/Documentation/kbuild/kconfig.txt > +++ b/Documentation/kbuild/kconfig.txt > @@ -20,16 +20,9 @@ symbols have been introduced. > To see a list of new config symbols when using "make oldconfig", use > > cp user/some/old.config .config > - yes "" | make oldconfig >conf.new > + make listnewconfig > > -and the config program will list as (NEW) any new symbols that have > -unknown values. Of course, the .config file is also updated with > -new (default) values, so you can use: > - > - grep "(NEW)" conf.new > - > -to see the new config symbols or you can use diffconfig to see the > -differences between the previous and new .config files: > +and the config program will list any new symbols, one per line. > > scripts/diffconfig .config.old .config | less > > -- > 1.8.4.rc3 > -- > To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- .-----------------.--------------------.------------------.--------------------. | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: | | +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ | | +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no | | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. | '------------------------------^-------^------------------^--------------------' -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/