diff options
author | Alexey Brodkin <Alexey.Brodkin@synopsys.com> | 2017-02-10 21:59:54 +0300 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-02-11 15:38:32 +0100 |
commit | eed6c85b7fbe35ac35df6d481510a239de456a68 (patch) | |
tree | 3145679520c4531074ef2da9ec68e35a8811183d /scripts/combined-ext-image.sh | |
parent | b2c66724d71aa252b2d21c9984e7866a025ffd86 (diff) | |
download | upstream-eed6c85b7fbe35ac35df6d481510a239de456a68.tar.gz upstream-eed6c85b7fbe35ac35df6d481510a239de456a68.tar.bz2 upstream-eed6c85b7fbe35ac35df6d481510a239de456a68.zip |
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>
Diffstat (limited to 'scripts/combined-ext-image.sh')
0 files changed, 0 insertions, 0 deletions