On Fri, Jan 11, 2008 at 06:13:31PM +0100, Stefan Reinauer wrote:
So will oldconfig read from stdin also for options specified in .config ? If so, this is still no the winner.
nope. oldconfig only asks options not available in .config
Then this should work: while :;do echo;done|make oldconfig
//Peter