Closes #5539. Removes build folder when ./configure is run

This commit is contained in:
Eric Gregory 2012-07-26 07:22:43 -07:00
parent 4141eead18
commit bc7ca7bb96

3
configure vendored
View file

@ -97,6 +97,9 @@ fi
# Remove existing Makefile so it's not left around if configure fails
rm -f Makefile
# Remove the build folder to force Cmake to update its cache.
rm -fr build
if ! mkdir -p build
then
printf "Unable to create build directory.\n"