From 245d1ee3df32d4295b5cc682d765b191b41acd17 Mon Sep 17 00:00:00 2001 From: Nicky Date: Mon, 20 Jul 2015 09:33:29 +0200 Subject: [PATCH] Win64: Split the clean step into a few smaller steps. Otherwise NTFS can be pretty slow and leading to timeouts during automated builds. --- scripts/configure_firestorm.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/configure_firestorm.sh b/scripts/configure_firestorm.sh index 909eeb3713..c0750603e3 100755 --- a/scripts/configure_firestorm.sh +++ b/scripts/configure_firestorm.sh @@ -322,6 +322,10 @@ if [ \( $WANTS_CLEAN -eq $TRUE \) -a \( $WANTS_BUILD -eq $FALSE \) ] ; then elif [ $PLATFORM == "win32" ] ; then if [ "${ND_AUTOBUILD_ARCH}" == "x64" ] then + rm -rf build-vc120_x64/ipch + rm -rf build-vc120_x64/llcommon + rm -rf build-vc120_x64/newview/firestorm-bin.dir + rm -rf build-vc120_x64/packages/include rm -rf build-vc120_x64/* mkdir -p build-vc120_x64/logs else