[coreboot] [PATCH]various build system improvements

Patrick Georgi patrick at georgi-clan.de
Sat Mar 27 11:09:40 CET 2010


Hi,

attached patch improves various aspects in the build system:

make only needs to read Makefile.incs once, thanks to the
SECONDEXPANSION feature of GNU make (and we rely on GNU make for lots of
things already)

File paths are relative to the root directory, which simplifies
debugging (make V=1 gives shorter command lines) and helps ccache
finding matches for checkouts in different directories (even though it
should normalize paths itself)

It's abuild tested.

Signed-off-by: Patrick Georgi <patrick.georgi at coresystems.de>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 20100327-1-single-pass
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20100327/e738becb/attachment.ksh>


More information about the coreboot mailing list