From 3829c194c32944eaed9a54d6b6e0589be1d31746 Mon Sep 17 00:00:00 2001 From: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Date: Thu, 19 Sep 2013 17:01:43 -0400 Subject: [PATCH] [#30360] make distclean not needed --- hudson-sflphone-script.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hudson-sflphone-script.sh b/hudson-sflphone-script.sh index 45350ab632..f3d68da404 100755 --- a/hudson-sflphone-script.sh +++ b/hudson-sflphone-script.sh @@ -151,7 +151,7 @@ function build_gnome { # Compile the plugins pushd plugins - make distclean + #make distclean ./autogen.sh || exit 1 ./configure --prefix=/usr make -j @@ -159,7 +159,7 @@ function build_gnome { # Compile the client pushd gnome - make distclean + #make distclean ./autogen.sh || exit 1 ./configure --prefix=/usr make clean -- GitLab