From db2222b66bf96a57b09ac705f2b4658c27882faa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Anthony=20L=C3=A9onard?=
 <anthony.leonard@savoirfairelinux.com>
Date: Thu, 6 Oct 2016 12:16:40 -0400
Subject: [PATCH] build: no 'make clean' anymore at the end of mingw builds.

This command was removing translations files at the end of
the build which are required by the client.

Change-Id: I8e665315570c9e5c3dd468ef2418aa551809f739
---
 scripts/win_compile.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scripts/win_compile.sh b/scripts/win_compile.sh
index b037014a..b343972a 100755
--- a/scripts/win_compile.sh
+++ b/scripts/win_compile.sh
@@ -76,4 +76,3 @@ cd build
 ${HOST}-qmake-qt5 ../RingWinClient.pro -r -spec win32-g++ RING=$INSTALL_PREFIX
 make -j4 || exit 1
 make install
-make clean
-- 
GitLab