Re: [PATCH 11/19] kconfig: move .kernelrelease

From: Roman Zippel
Date: Wed Apr 12 2006 - 09:23:40 EST


Hi,

On Mon, 10 Apr 2006, Andrew Morton wrote:

> > The patch below should speed this up.
>
> It went from 5 seconds down to 4 seconds.

It shouldn't do much besides printing the file content.
An strace -ftt might help to find what it's wasting it time with.

> > You know that you have to update
> > this file explicitly?
>
> That depends on what "explicitly" means. `make oldconfig' updates it.

I had to change this, it's now "make prepare".
Putting it at the end of *config was an unfortunate choice, as it was
updated independent of whether the config step left a valid config or not
and with the fixed dependencies it even may have triggered a unexpected
call to silentoldconfig (e.g. just by quitting xconfig/menuconfig).

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/