[coreboot] [PATCH]improve support for parallel make in kconfig

Patrick Georgi patrick at georgi-clan.de
Thu Jan 28 00:51:58 CET 2010


Hi,

attached patch helps with parallel make (make -j) on Kconfig builds on
my system.

Basically, $(obj)/build.h is made an explicit dependency of all the
various object files, so make doesn't try to build any of these with
build.h not around.

Also, build.h is atomically generated by writing to some other file,
then renaming.

I don't say that this "fixes" parallel make, as there might be more issues.

Signed-off-by: Patrick Georgi <patrick.georgi at coresystems.de>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 20100127-1-support-parallel-make
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20100128/580cd902/attachment.ksh>


More information about the coreboot mailing list