rustbuild: Don't make any directories when enabled

As part of the ./configure step don't create any directories if rustbuild is
enable as rustbuild will take care of everything.
This commit is contained in:
Alex Crichton 2016-02-12 16:40:06 -08:00
parent 0c4d81f9bc
commit 680bdbc2a7
1 changed files with 78 additions and 74 deletions

4
configure vendored
View File

@ -1327,6 +1327,8 @@ then
fi
fi
if [ -z "$CFG_ENABLE_RUSTBUILD" ]; then
step_msg "making directories"
for i in \
@ -1419,6 +1421,8 @@ do
make_dir $h/test/rustdoc
done
fi
# Configure submodules
step_msg "configuring submodules"