From fe77ac04d4ed2a6d6ddea94b5fc0abfd5ab1a636 Mon Sep 17 00:00:00 2001
From: Tristan Matthews <tristan.matthews@savoirfairelinux.com>
Date: Mon, 22 Aug 2011 17:55:41 -0400
Subject: [PATCH] make distclean in hudson

---
 hudson-sflphone-script.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hudson-sflphone-script.sh b/hudson-sflphone-script.sh
index c7550d770c..4aeea77b79 100755
--- a/hudson-sflphone-script.sh
+++ b/hudson-sflphone-script.sh
@@ -10,6 +10,7 @@ set -x
 
 # Compile the daemon
 pushd daemon
+make distclean
 ./autogen.sh
 # Compile pjproject first
 pushd libs/pjproject
@@ -33,6 +34,7 @@ popd
 
 # Compile the client
 pushd gnome
+make distclean
 ./autogen.sh
 ./configure --prefix=/usr
 make clean
-- 
GitLab