Re: [PATCH] default to n for GROUP_SCHED and FAIR_GROUP_SCHED

From: Ingo Molnar
Date: Mon May 05 2008 - 14:50:27 EST



* Sergio Luis <sergio@xxxxxxx> wrote:

> > In latest kbuild.git I've added a new feature.
> >
> > make K=.config alldefconfig
> >
> > would give you eaxtly what you request here.
> > K= is used to say where to locate the base-configuration.

> Can I specify /proc/config.gz (gzipped) in the K parameter?
> -sergio

i think the 'natural' script behavior would be for this to do the right
thing:

zcat /proc/config.gz | make K=- alldefconfig

or something like that - so that it can be scripted in a pipe.

Kbuild might in addition also have specials for .gz files as you
suggest, that would only make it all more usable and more flexible.

Ingo
--
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/