diff --git a/hudson-sflphone-script.sh b/hudson-sflphone-script.sh index 45350ab632262f2a7d7fa2472e69a4f5dfdfa6bb..f3d68da404b08e137d5f3bb850b637bb45b253e8 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