diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2008-11-30 14:52:46 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2008-11-30 14:52:46 +0000 |
commit | b4eb4fb6b06878c25a43458ff11cd3939d97c60e (patch) | |
tree | 9d8b5de53e173b8014446c7732b6234b1a989ae8 /src/config/Config.lb | |
parent | 70a1f735a97cc0f697e8f9984a944a8da9e630c2 (diff) |
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
Diffstat (limited to 'src/config/Config.lb')
-rw-r--r-- | src/config/Config.lb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |