]> Zhao Yanbai Git Server - minix.git/commitdiff
llvm: Never rebuild gold in configure.llvm. 36/3136/1
authorCristiano Giuffrida <giuffrida@cs.vu.nl>
Wed, 28 Jan 2015 13:30:38 +0000 (14:30 +0100)
committerDavid van Moolenbroek <david@minix3.org>
Thu, 17 Sep 2015 13:52:35 +0000 (13:52 +0000)
Change-Id: I7378ca38a5a9bf018823b6431d1a4ca8fbb10b58

minix/llvm/configure.llvm

index 029a70139c3358642201b2a818d1eee866b5e559..5397a5c933860ab5b37e5d6b48659ef95a0f3c6c 100755 (executable)
@@ -86,17 +86,7 @@ fi
 ########################
 
 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]"
-       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
+       GEN_GOLD_PLUGIN="no"
 fi
 
 if [ "${GEN_GOLD_PLUGIN}" == "yes" ]; then