Skip to content

Commit f883159

Browse files
committed
auto merge of #9019 : alexcrichton/rust/reconfigure-llvm, r=brson
@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.
2 parents 28d042e + ba3ce32 commit f883159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ do
823823
index2="${CFG_SRC_DIR}src/llvm/.git/index"
824824
for index in ${index1} ${index2}
825825
do
826-
config_status="${CFG_BUILD_DIR}llvm/$t/config.status"
826+
config_status="${LLVM_BUILD_DIR}/config.status"
827827
if test -e ${index} -a \
828828
-e ${config_status} -a \
829829
${config_status} -nt ${index}

0 commit comments

Comments
 (0)