From: Ben Hutchings Date: Tue, 19 Feb 2013 00:24:26 +0000 (+0200) Subject: kbuild: Fix missing '\n' for NEW symbols in yes "" | make oldconfig >conf.new X-Git-Tag: 1.9.8~1 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=64463ab6b5921f840a8fe7ac9b48923c704c15b5;hp=64463ab6b5921f840a8fe7ac9b48923c704c15b5;p=carl9170fw.git kbuild: Fix missing '\n' for NEW symbols in yes "" | make oldconfig >conf.new 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 type a new-line at this point, but when non-interactive kconfig must print it. Signed-off-by: Ben Hutchings Reference: http://bugs.debian.org/636029 [regid23@nt1.in: Adjusted Ben's work to apply cleanly to this tree] Reported-and-tested-by: Regid Ichira Reviewed-by: Jonathan Nieder Signed-off-by: Michal Marek Signed-off-by: Christian Lamparter ---