Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 62dc9899 authored by Ben Hutchings's avatar Ben Hutchings Committed by Michal Marek
Browse files

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: default avatarBen Hutchings <ben@decadent.org.uk>
Reference: http://bugs.debian.org/636029


[regid23@nt1.in: Adjusted Ben's work to apply cleanly to this tree]
Reported-and-tested-by: default avatarRegid Ichira <regid23@nt1.in>
Reviewed-by: default avatarJonathan Nieder <jrnieder@gmail.com>
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent 2c68115c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment