ok, another attempt to the build_opt_tbl problem:
- create temp files and move them afterwards - remove dummy option -b - fix usage - drop implicit creation of .c file if no --option is specified. Now let's see if this fixes the issue. :-) We don't want to take 24s instead of 6s to build an image reliably (Yes, yes, I know Tiano takes over 20 minutes) Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3783 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
70a1f735a9
commit
b4eb4fb6b0
@@ -183,7 +183,7 @@ end
|
||||
|
||||
makerule option_table.h option_table.c
|
||||
depends "build_opt_tbl $(MAINBOARD)/cmos.layout"
|
||||
action "./build_opt_tbl -b --config $(MAINBOARD)/cmos.layout --header option_table.h --option option_table.c"
|
||||
action "./build_opt_tbl --config $(MAINBOARD)/cmos.layout --header option_table.h --option option_table.c"
|
||||
end
|
||||
|
||||
if HAVE_OPTION_TABLE
|
||||
|
Reference in New Issue
Block a user