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]$
On Fri, Dec 06, 2013 at 02:36:08PM +0000, 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