Bug#636029: [PATCH] kconfig: Fix missing line breaks in non-interactive oldconfig

2012-11-24 Thread Jonathan Nieder
reassign 636029 src:linux linux-2.6/3.0.0-1 found 636029 linux-2.6/3.1.1-1 tags 636029 + upstream patch moreinfo quit Hi Regid, In July, 2011, Ben Hutchings wrote[1]: > According to Documentation/kbuild/kconfig.txt, the commands: > > yes "" | make oldconfig >conf.new > grep "(NEW)" conf.

Bug#636029: [PATCH] kconfig: Fix missing line breaks in non-interactive oldconfig

2011-07-30 Thread Ben Hutchings
According to Documentation/kbuild/kconfig.txt, the commands: yes "" | make oldconfig >conf.new grep "(NEW)" conf.new should list the new config symbols with their default values. However, currently there is no line break after each new symbol. When kconfig is interactive the user will ty