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

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
kbuild-devel mailing list
kbuild-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kbuild-devel

Reply via email to