make only needs to read Makefile.incs once, thanks to the
authorPatrick Georgi <patrick.georgi@coresystems.de>
Sat, 27 Mar 2010 17:18:39 +0000 (17:18 +0000)
committerPatrick Georgi <patrick.georgi@coresystems.de>
Sat, 27 Mar 2010 17:18:39 +0000 (17:18 +0000)
commit51e142fef4c47b6ba30b9aaf5f3fcf34c781b59a
tree9a364433215633c2a59616696e6ada40e90f811a
parent9417cc05fcd485fe699f88a73356c59c1c5181e0
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)

Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5304 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Makefile
src/arch/i386/Makefile.bigbootblock.inc
src/arch/i386/Makefile.bootblock.inc
src/arch/i386/Makefile.inc
src/arch/i386/lib/Makefile.inc
src/cpu/x86/smm/Makefile.inc
util/abuild/abuild
util/cbfstool/Makefile.inc