Hi Sam,
Thanks!! That worked..:)

Regards
Kalyan


On Sat, Dec 6, 2008 at 12:11 AM, Sam Ravnborg <s...@ravnborg.org> wrote:

> On Thu, Dec 04, 2008 at 12:01:25PM +0530, kalyan wrote:
> > Hi list,
> > I am trying to have GUI based build system and i took menuconfig system
> from
> > the kernel-2.6.20.
> > When i do "make menuconfig" the system happily reads from .config and
> > Kconfig. All is well.
> > But my intention is if i do, say, "make new-config" it should pop up a
> > different GUI by:
> > 1. Read Kconfig-new
> > 2. Read/Save to .config-new automatically.
> >
> > I managed step 1 but failed in step 2. Is there a way to do this?
>
> Try to set KCONFIG_CONFIG to ".config-new".
> KCONFG_CONFIG is used to set a different name than .config
> for the filebased frontend to kconfig.
> .config is today only used as an alternative frontend and
> is not read during the build step.
>
>        Sam
>
------------------------------------------------------------------------------
_______________________________________________
kbuild-devel mailing list
kbuild-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kbuild-devel

Reply via email to