[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <200703181712.39698.zippel@linux-m68k.org>
Date: Sun, 18 Mar 2007 17:12:38 +0100
From: Roman Zippel <zippel@...ux-m68k.org>
To: Sam Ravnborg <sam@...nborg.org>
Cc: Cyrill Gorcunov <gorcunov@...il.com>,
Jan Engelhardt <jengelh@...ux01.gwdg.de>,
linux-kernel-list <linux-kernel@...r.kernel.org>
Subject: Re: PROBLEM: "Make nenuconfig" does not save parameters.
Hi,
On Sunday 11 March 2007 20:50, Sam Ravnborg wrote:
> + sym = sym_lookup("KERNELVERSION", 0);
> + sym_calc_value(sym);
> + size = snprintf(menu_backtitle, sizeof(menu_backtitle),
> + _("%s - Linux Kernel v%s Configuration"),
> + config_filename, sym_get_string_value(sym));
An alternative might to only show the filename, only if explicitly set.
> + set_config_filename(".config");
Please don't hardcode the filename, use conf_get_configname() instead.
bye, Roman
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists