From b4eb4fb6b06878c25a43458ff11cd3939d97c60e Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Sun, 30 Nov 2008 14:52:46 +0000 Subject: 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 Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3783 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/config/Config.lb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config') diff --git a/src/config/Config.lb b/src/config/Config.lb index 93d67b892e..3c703c6203 100644 --- a/src/config/Config.lb +++ b/src/config/Config.lb @@ -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 -- cgit v1.2.3