build system: (try to) get rid of bb_config.h hack

This commit is contained in:
Denis Vlasenko
2006-10-19 22:17:44 +00:00
parent 9fa9950784
commit b79b87a30f
6 changed files with 5 additions and 1942 deletions

File diff suppressed because it is too large Load Diff

View File

@ -428,8 +428,10 @@ int conf_write(const char *name)
" */\n", str);
} else if (!(sym->flags & SYMBOL_CHOICE)) {
sym_calc_value(sym);
/* bbox: we want to all syms
if (!(sym->flags & SYMBOL_WRITE))
goto next;
*/
sym->flags &= ~SYMBOL_WRITE;
type = sym->type;
if (type == S_TRISTATE) {