* [PATCH] README: Alternative configuration commands does not mention make listnewconfig
@ 2013-09-12 0:39 Regid Ichira
2013-09-12 1:06 ` Randy Dunlap
2013-09-12 8:18 ` Rob Landley
0 siblings, 2 replies; 4+ messages in thread
From: Regid Ichira @ 2013-09-12 0:39 UTC (permalink / raw)
To: Steven "Mr. Procrastinator" Rostedt, Jiri Kosina; +Cc: linux-kernel
Applied to the tip of linux.git,
VERSION = 3 PATCHLEVEL = 11 SUBLEVEL = 0
Signed-off-by: Regid Ichira <regid23@nt1.in>
---
README | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/README b/README
index a24ec89..f10c16f 100644
--- a/README
+++ b/README
@@ -228,6 +228,10 @@ CONFIGURING the kernel:
"make localyesconfig" Similar to localmodconfig, except it will convert
all module options to built in (=y) options.
+ "make listnewconfig" Based on the contents of your existing ./.config
+ file, print all the new config symbols. One at a
+ line.
+
You can find more information on using the Linux kernel config tools
in Documentation/kbuild/kconfig.txt.
--
1.8.4.rc3
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH] README: Alternative configuration commands does not mention make listnewconfig
2013-09-12 0:39 [PATCH] README: Alternative configuration commands does not mention make listnewconfig Regid Ichira
@ 2013-09-12 1:06 ` Randy Dunlap
2013-09-12 8:18 ` Rob Landley
1 sibling, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2013-09-12 1:06 UTC (permalink / raw)
To: Regid Ichira
Cc: Steven "Mr. Procrastinator" Rostedt, Jiri Kosina,
linux-kernel
On 09/11/13 17:39, Regid Ichira wrote:
> Applied to the tip of linux.git,
> VERSION = 3 PATCHLEVEL = 11 SUBLEVEL = 0
> Signed-off-by: Regid Ichira <regid23@nt1.in>
> ---
> README | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/README b/README
> index a24ec89..f10c16f 100644
> --- a/README
> +++ b/README
> @@ -228,6 +228,10 @@ CONFIGURING the kernel:
> "make localyesconfig" Similar to localmodconfig, except it will convert
> all module options to built in (=y) options.
>
> + "make listnewconfig" Based on the contents of your existing ./.config
> + file, print all the new config symbols. One at a
, one per line.
Wow, that's going to be a ton of symbols to read.
And about ./.config, does using O=<build-directory> apply to this (these)
commands?
> + line.
> +
> You can find more information on using the Linux kernel config tools
> in Documentation/kbuild/kconfig.txt.
>
>
--
~Randy
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH] README: Alternative configuration commands does not mention make listnewconfig
2013-09-12 0:39 [PATCH] README: Alternative configuration commands does not mention make listnewconfig Regid Ichira
2013-09-12 1:06 ` Randy Dunlap
@ 2013-09-12 8:18 ` Rob Landley
2013-09-12 21:26 ` Regid Ichira
1 sibling, 1 reply; 4+ messages in thread
From: Rob Landley @ 2013-09-12 8:18 UTC (permalink / raw)
To: Regid Ichira; +Cc: Steven Mr. Procrastinator Rostedt, Jiri Kosina, linux-kernel
On 09/11/2013 07:39:19 PM, Regid Ichira wrote:
> Applied to the tip of linux.git,
> VERSION = 3 PATCHLEVEL = 11 SUBLEVEL = 0
> Signed-off-by: Regid Ichira <regid23@nt1.in>
> ---
> README | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/README b/README
> index a24ec89..f10c16f 100644
> --- a/README
> +++ b/README
> @@ -228,6 +228,10 @@ CONFIGURING the kernel:
> "make localyesconfig" Similar to localmodconfig, except it will
> convert
> all module options to built in (=y)
> options.
>
> + "make listnewconfig" Based on the contents of your existing
> ./.config
> + file, print all the new config symbols. One
> at a
> + line.
> +
> You can find more information on using the Linux kernel config
> tools
> in Documentation/kbuild/kconfig.txt.
"make help" does, though. Possibly the README should point people at
that instead of trying to keep a (third?) copy of this info in sync?
Rob
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] README: Alternative configuration commands does not mention make listnewconfig
2013-09-12 8:18 ` Rob Landley
@ 2013-09-12 21:26 ` Regid Ichira
0 siblings, 0 replies; 4+ messages in thread
From: Regid Ichira @ 2013-09-12 21:26 UTC (permalink / raw)
To: Rob Landley; +Cc: Steven Mr. Procrastinator Rostedt, Jiri Kosina, linux-kernel
On Thu, Sep 12, 2013 at 03:18:00AM -0500, Rob Landley wrote:
> On 09/11/2013 07:39:19 PM, Regid Ichira wrote:
> >Applied to the tip of linux.git,
> > VERSION = 3 PATCHLEVEL = 11 SUBLEVEL = 0
> >Signed-off-by: Regid Ichira <regid23@nt1.in>
> >---
> > README | 4 ++++
> > 1 file changed, 4 insertions(+)
> >
> >diff --git a/README b/README
> >index a24ec89..f10c16f 100644
> >--- a/README
> >+++ b/README
> >@@ -228,6 +228,10 @@ CONFIGURING the kernel:
> > "make localyesconfig" Similar to localmodconfig, except it
> >will convert
> > all module options to built in (=y)
> >options.
> >
> >+ "make listnewconfig" Based on the contents of your existing
> >./.config
> >+ file, print all the new config symbols.
> >One at a
> >+ line.
> >+
> > You can find more information on using the Linux kernel config
> >tools
> > in Documentation/kbuild/kconfig.txt.
>
> "make help" does, though. Possibly the README should point people at
> that instead of trying to keep a (third?) copy of this info in sync?
>
> Rob
1) If make help is the second copy of this info, and the README is
the third, where is the first, master, copy?
2) Doesn't the README have slightly more information on each option
than make help, or that the README info is somewhat better to
beginners? Perhaps the README entries should first be combined
into make help?
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-09-12 21:26 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-12 0:39 [PATCH] README: Alternative configuration commands does not mention make listnewconfig Regid Ichira
2013-09-12 1:06 ` Randy Dunlap
2013-09-12 8:18 ` Rob Landley
2013-09-12 21:26 ` Regid Ichira
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox