Skip to content

Commit

Permalink
auto merge of #9019 : alexcrichton/rust/reconfigure-llvm, r=brson
Browse files Browse the repository at this point in the history
@chris-morgan ran into this, turns out if we have a clean llvm in the old location we won't rebuild/reconfigure even though we should.
  • Loading branch information
bors committed Sep 6, 2013
2 parents 28d042e + ba3ce32 commit f883159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -823,7 +823,7 @@ do
index2="${CFG_SRC_DIR}src/llvm/.git/index"
for index in ${index1} ${index2}
do
config_status="${CFG_BUILD_DIR}llvm/$t/config.status"
config_status="${LLVM_BUILD_DIR}/config.status"
if test -e ${index} -a \
-e ${config_status} -a \
${config_status} -nt ${index}
Expand Down

0 comments on commit f883159

Please sign in to comment.