Hi, On Sat, Dec 4, 2010 at 1:30 PM, Ben Hutchings <[email protected]> wrote: > [...] >> > + sym = menu->sym; >> > + if (sym && (sym->flags & SYMBOL_NEW) && >> > + sym_is_changable(sym) && sym->name && >> > !sym_is_choice_value(sym)) { >> > + if (verbose) >> > + conf_write_symbol(sym, sym->type, stdout, true); >> > + else >> > + printf("CONFIG_%s\n", sym->name); >> Please don't hardcode the prefix string. This should be: >> >> printf("%s%s\n", CONFIG_, sym->name); > > OK, but I don't understand why it would change. > the Linux kernel is not the only user of kconfig.
- Arnaud -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

