Prefix all build output file names of files which end up in the build
authorUwe Hermann <uwe@hermann-uwe.de>
Tue, 27 Oct 2009 23:14:54 +0000 (23:14 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Tue, 27 Oct 2009 23:14:54 +0000 (23:14 +0000)
commit7782319c21b0011aac316a7da945dd0e6efa5933
treecd4103ba9c623543eb25e79f18233d7f8c80d41b
parent312673ca729f2b3557a572a03ff6915460329286
Prefix all build output file names of files which end up in the build
directory with "build/" for consistency (trivial, sort of).

Also, drop printing of "config.g" input file, we usually only print
generated/output files in the build output.

Finally, rename non-existing COMPRESSFLAG variable to
CBFS_PAYLOAD_COMPRESS_FLAG in a printf line. The build output now says

    PAYLOAD    payload.elf l

for payloads (the "l" specifies LZMA compression).

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4875 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Makefile
src/arch/i386/Makefile.inc
util/cbfstool/Makefile.inc
util/sconfig/config.g
util/sconfig/parsedesc.g
util/sconfig/yapps2.py