All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: linux-kbuild@vger.kernel.org
Cc: Michal Marek <mmarek@suse.cz>, Regid Ichira <regid23@nt1.in>,
	"Yann E. MORIN" <yann.morin.1998@free.fr>
Subject: [PATCH 1/7] Documentation/kbuild/kconfig.txt: 'make listnewconfig' replaces: yes "" | make oldconfig
Date: Wed, 30 Oct 2013 22:46:14 +0100	[thread overview]
Message-ID: <560909d433109e3da08757237f30576c71697914.1383168460.git.yann.morin.1998@free.fr> (raw)
In-Reply-To: <cover.1383168460.git.yann.morin.1998@free.fr>

From: Regid Ichira <regid23@nt1.in>

Signed-off-by: Regid Ichira <regid23@nt1.in>
Acked-by: Rob Landley <rob@landley.net>
[yann.morin.1998@free.fr: fix trailing whitespace, commit subject]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
 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..bbc99c0 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.1.2


  reply	other threads:[~2013-10-30 21:46 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-30 21:46 [pull request] Pull request for branch yem/kconfig-for-next Yann E. MORIN
2013-10-30 21:46 ` Yann E. MORIN [this message]
2013-10-30 21:46 ` [PATCH 2/7] kconfig: add short explanation to SYMBOL_WRITE Yann E. MORIN
2013-10-30 21:46 ` [PATCH 3/7] kconfig: fix trivial typos and update mconf documentation Yann E. MORIN
2013-10-30 21:46 ` [PATCH 4/7] kconfig: adjust warning message for conflicting types Yann E. MORIN
2013-10-30 21:46 ` [PATCH 5/7] kconfig: remove unused definition from scanner Yann E. MORIN
2013-10-30 21:46 ` [PATCH 6/7] kconfig: fix bug in search results string: use strlen(gstr->s), not gstr->len Yann E. MORIN
2013-10-30 21:46 ` [PATCH 7/7] xconfig: Fix the filename for GUI settings Yann E. MORIN
2013-10-31 11:18 ` [pull request] Pull request for branch yem/kconfig-for-next Michal Marek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=560909d433109e3da08757237f30576c71697914.1383168460.git.yann.morin.1998@free.fr \
    --to=yann.morin.1998@free.fr \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=mmarek@suse.cz \
    --cc=regid23@nt1.in \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.