Re: Possibility to build more kernels in one shot?

From: Alexey Dobriyan
Date: Tue Nov 11 2008 - 05:13:33 EST


On Tue, Nov 11, 2008 at 08:01:14AM +0100, CIJOML wrote:
> currently I compile kernel for 12 different machines. I would like to see
> profile support in kernel, so I could have all my .configs in source and
> compile them in one shot. and than see in profile directory subdirectories
> for every config with it's vmlinuz and modules.

Write a script, shouldn't take more than 15 min including testing.
And use "make O=".

> I think it would speedup also compilation time because some .o should be than
> reuse.

Very optimistic hope. Use ccache(1) if you want .o reuse.
--
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/