toolchain/uclibc: Fix unmanned configuration with "V=s"
authorAlexey Brodkin <Alexey.Brodkin@synopsys.com>
Fri, 10 Feb 2017 18:59:54 +0000 (21:59 +0300)
committerFelix Fietkau <nbd@nbd.name>
Sat, 11 Feb 2017 14:38:32 +0000 (15:38 +0100)
commiteed6c85b7fbe35ac35df6d481510a239de456a68
tree3145679520c4531074ef2da9ec68e35a8811183d
parentb2c66724d71aa252b2d21c9984e7866a025ffd86
toolchain/uclibc: Fix unmanned configuration with "V=s"

Currently on attempt to configure uClibc with "V=s" user is prompted
to answer on configuration questions. Major inconvenience here is
build procedure get paused until user answers all questions.
That happens because not all symbols are defined in our .config.

Solution is as simple as usage of "olddefconfig" target instead of
simple "oldconfig". In that case default values get silently set
for symbols not defined by our .config explicitly.

We haven't noticed that subtle issue before because without "V=s"
what we do is "make oldconfig < /dev/null" which automatically
answers all questions :)

Signed-off-by: Alexey Brodkin <Alexey.Brodkin@synopsys.com>
toolchain/uClibc/common.mk