Re: Quick and dirty miniconfig howto, with feature suggestions.

From: Roman Zippel
Date: Sat Nov 19 2005 - 22:09:23 EST


Hi,

On Thu, 17 Nov 2005, Rob Landley wrote:

> 1) Add a "make miniconfig" which works like allnoconfig but A) takes
> mini.config as its' default name, B) redirects stdout to /dev/null to make it
> easier to spot typoed symbols, C) aborts (exits with an error, does not write
> new .config) if mini.config isn't found or if it contains an unrecognized
> symbol.

I think I better make allnoconfig silent (unless with V=1 or something),
which makes it your miniconfig already almost like allnoconfig.
I'm not quite sure about aborting there are other error possibilities
(e.g. new dependencies), so you never quite can trust the error value
anyway.

> 2) Fix the interaction with O= so that it looks for the mini.config file in
> the O= directory and not the source directory, so people don't _have_ to
> specify KCONFIG_ALLCONFIG when building out of tree.

I indeed need to fix this.

bye, Roman
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/