[SeaBIOS] 'make oldconfig' broken...

2013-12-06 Thread David Woodhouse

Why does it keep forgetting my config and reverting to defaults, every
time I touch src/Kconfig?

[dwmw2@shinybook seabios]$ make oldconfig
scripts/kconfig/conf --oldconfig /home/dwmw2/git/seabios/src/Kconfig
#
# configuration written to /home/dwmw2/git/seabios/.config
#
[dwmw2@shinybook seabios]$ grep CSM .config
CONFIG_CSM=y
[dwmw2@shinybook seabios]$ touch src/Kconfig
[dwmw2@shinybook seabios]$ make oldconfig
  Build default config
#
# configuration written to /home/dwmw2/git/seabios/.config
#
scripts/kconfig/conf --oldconfig /home/dwmw2/git/seabios/src/Kconfig
#
# configuration written to /home/dwmw2/git/seabios/.config
#
[dwmw2@shinybook seabios]$ grep CSM .config
# CONFIG_CSM is not set
[dwmw2@shinybook seabios]$ 


-- 
dwmw2



smime.p7s
Description: S/MIME cryptographic signature
___
SeaBIOS mailing list
SeaBIOS@seabios.org
http://www.seabios.org/mailman/listinfo/seabios

Re: [SeaBIOS] 'make oldconfig' broken...

2013-12-06 Thread Kevin O'Connor
On Fri, Dec 06, 2013 at 02:36:08PM +, David Woodhouse wrote:
 
 Why does it keep forgetting my config and reverting to defaults, every
 time I touch src/Kconfig?

I noticed that the other day too.  I'm not sure what's going on - it
may have been the result of the recent Kconfig synch with the code in
Linux v2.6.38.  If I get a chance, I'll see if I can track it down.
If you find something let me know.

-Kevin

___
SeaBIOS mailing list
SeaBIOS@seabios.org
http://www.seabios.org/mailman/listinfo/seabios