From 028243c956bc28519d99e701212fa507e02a4f0b Mon Sep 17 00:00:00 2001 From: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Date: Thu, 23 Feb 2012 14:25:23 -0500 Subject: [PATCH] #8763 Remove client compilation --- hudson-sflphone-script.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/hudson-sflphone-script.sh b/hudson-sflphone-script.sh index 9cc7eb83da..387c6efba7 100755 --- a/hudson-sflphone-script.sh +++ b/hudson-sflphone-script.sh @@ -42,14 +42,14 @@ popd # popd # Compile the client -pushd gnome -make distclean -./autogen.sh -./configure --prefix=/usr -make clean -make -j 1 -make check -popd +# pushd gnome +# make distclean +# ./autogen.sh +# ./configure --prefix=/usr +# make clean +# make -j 1 +# make check +# popd # SUCCESS exit 0 -- GitLab