From 52fa38a2146f5c7f803207bfa9f417154e66278c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Tue, 23 Jun 2015 14:29:58 +0200 Subject: [PATCH] Better cleanup in all.sh --- tests/scripts/all.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 1fb00a9ab..37c9fda3f 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -238,6 +238,7 @@ if which i686-w64-mingw32-gcc >/dev/null; then msg "build: cross-mingw64, make" # ~ 30s cleanup CC=i686-w64-mingw32-gcc AR=i686-w64-mingw32-ar CFLAGS=-Werror WINDOWS_BUILD=1 make +WINDOWS_BUILD=1 make clean fi # MemSan currently only available on Linux 64 bits