All of lore.kernel.org
 help / color / mirror / Atom feed
From: Markus Heidelberg <markus.heidelberg@web.de>
To: Sam Ravnborg <sam@ravnborg.org>, Roman Zippel <zippel@linux-m68k.org>
Cc: linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org,
	Markus Heidelberg <markus.heidelberg@web.de>
Subject: [PATCH resend 02/10] kconfig: add a note about the deps to the 'silentoldconfig' help
Date: Mon, 18 May 2009 01:36:46 +0200	[thread overview]
Message-ID: <1242603414-9267-3-git-send-email-markus.heidelberg@web.de> (raw)
In-Reply-To: <1242603414-9267-1-git-send-email-markus.heidelberg@web.de>


Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
---
 README                   |    1 +
 scripts/kconfig/Makefile |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/README b/README
index d6c6c74..7a078ff 100644
--- a/README
+++ b/README
@@ -174,6 +174,7 @@ CONFIGURING the kernel:
 	"make silentoldconfig"
 			   Like above, but avoids cluttering the screen
 			   with questions already answered.
+			   Additionally updates the dependencies.
 	"make defconfig"   Create a ./.config file by using the default
 			   symbol values from arch/$ARCH/defconfig.
 	"make allyesconfig"
diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile
index 47e3f2e..5ddf8be 100644
--- a/scripts/kconfig/Makefile
+++ b/scripts/kconfig/Makefile
@@ -83,7 +83,7 @@ help:
 	@echo  '  xconfig	  - Update current config utilising a QT based front-end'
 	@echo  '  gconfig	  - Update current config utilising a GTK based front-end'
 	@echo  '  oldconfig	  - Update current config utilising a provided .config as base'
-	@echo  '  silentoldconfig - Same as oldconfig, but quietly'
+	@echo  '  silentoldconfig - Same as oldconfig, but quietly, additionally update deps'
 	@echo  '  randconfig	  - New config with random answer to all options'
 	@echo  '  defconfig	  - New config with default answer to all options'
 	@echo  '  allmodconfig	  - New config selecting modules when possible'
-- 
1.6.3.1.20.ga30f


  parent reply	other threads:[~2009-05-17 23:37 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-17 23:36 [PATCH resend 00/10] kconfig: various fixes and documentation updates Markus Heidelberg
2009-05-17 23:36 ` [PATCH resend 01/10] kconfig: fix typo "mconfig" to "menuconfig" in a comment Markus Heidelberg
2009-05-17 23:36 ` Markus Heidelberg [this message]
2009-05-17 23:36 ` [PATCH resend 03/10] kconfig: resort the documentation of the environment variables Markus Heidelberg
2009-05-17 23:36 ` [PATCH resend 04/10] gitignore: ignore Kconfig i18n files Markus Heidelberg
2009-05-17 23:36 ` [PATCH resend 05/10] kconfig qconf: fix -Wall compiler warnings Markus Heidelberg
2009-05-17 23:36 ` [PATCH resend 06/10] kconfig qconf: fix namespace for Horizontal and Vertical enum values Markus Heidelberg
2009-05-17 23:36 ` [PATCH resend 07/10] kconfig qconf: add namespace for use of Key_ " Markus Heidelberg
2009-05-17 23:36 ` [PATCH resend 08/10] kconfig qconf: fix the type of the desktop widget Markus Heidelberg
2009-05-17 23:36 ` [PATCH resend 09/10] kconfig: do not hardcode ".config" filename Markus Heidelberg
2009-05-17 23:36 ` [PATCH resend 10/10] kconfig: do not hardcode "include/config/auto.conf" filename Markus Heidelberg
2009-05-28  6:43 ` [PATCH resend 00/10] kconfig: various fixes and documentation updates Andrew Morton
2009-06-05 22:03   ` Sam Ravnborg

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=1242603414-9267-3-git-send-email-markus.heidelberg@web.de \
    --to=markus.heidelberg@web.de \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sam@ravnborg.org \
    --cc=zippel@linux-m68k.org \
    /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.