[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1313077836.18037.34.camel@i7.infradead.org>
Date: Thu, 11 Aug 2011 16:50:34 +0100
From: David Woodhouse <dwmw2@...radead.org>
To: Michal Marek <mmarek@...e.cz>
Cc: Arnaud Lacombe <lacombar@...il.com>,
Andreas Schwab <schwab@...hat.com>,
"H. Peter Anvin" <hpa@...or.com>, linux-kernel@...r.kernel.org,
linux-kbuild@...r.kernel.org
Subject: Re: [PATCH 2/2] Enable 'make CONFIG_FOO=y oldconfig'
On Thu, 2011-08-11 at 17:24 +0200, Michal Marek wrote:
>
> One of my use cases for all.config is
>
> $ cp .../older-working-config all.config
> $ make KCONFIG_ALLCONFIG=1 allmodconfig
>
> i.e. reuse what is possible from an older config and enable all new
> options. Surely it sometimes results in suboptimal configuration with
> unwanted debug options enabled, but most of the time it works. I won't
> be happy if you make it hard fail because of renamed or removed config
> options.
On the other hand, 'make CONFIG_FOO=y oldconfig' probably *should* fail.
Perhaps it should set what it *can*, if you try to set multiple options
at once — but if it can't set all of them, it should exit with failure
status... which will mean that no subsequent build target will happen.
--
dwmw2
--
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