From 035cdb2e79a2f1998119e2a38bbd1089c7bfd853 Mon Sep 17 00:00:00 2001 From: Cristiano Giuffrida Date: Wed, 28 Jan 2015 14:30:38 +0100 Subject: [PATCH] llvm: Never rebuild gold in configure.llvm. Change-Id: I7378ca38a5a9bf018823b6431d1a4ca8fbb10b58 --- minix/llvm/configure.llvm | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/minix/llvm/configure.llvm b/minix/llvm/configure.llvm index 029a70139..5397a5c93 100755 --- a/minix/llvm/configure.llvm +++ b/minix/llvm/configure.llvm @@ -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