llvm: Never rebuild gold in configure.llvm.
Change-Id: I7378ca38a5a9bf018823b6431d1a4ca8fbb10b58
This commit is contained in:
parent
c9590fa23a
commit
035cdb2e79
1 changed files with 1 additions and 11 deletions
|
@ -86,17 +86,7 @@ fi
|
||||||
########################
|
########################
|
||||||
|
|
||||||
if [ "${GEN_GOLD_PLUGIN}" == "yes" ] && [ -f "${MYPWD}/.gold_generated" ]; then
|
if [ "${GEN_GOLD_PLUGIN}" == "yes" ] && [ -f "${MYPWD}/.gold_generated" ]; then
|
||||||
echo "It is found that Gold plugin has already been generated. Would you like to re-generate? [y | n]"
|
GEN_GOLD_PLUGIN="no"
|
||||||
if [ "$INTERACTIVE" == "no" ]; then
|
|
||||||
response=n
|
|
||||||
else
|
|
||||||
read response
|
|
||||||
fi
|
|
||||||
if [ "y" == "$response" ] || [ "Y" == "$response" ]; then
|
|
||||||
echo "Gold shall be regenerated."
|
|
||||||
else
|
|
||||||
GEN_GOLD_PLUGIN="no"
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "${GEN_GOLD_PLUGIN}" == "yes" ]; then
|
if [ "${GEN_GOLD_PLUGIN}" == "yes" ]; then
|
||||||
|
|
Loading…
Reference in a new issue