Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
3829c194
Commit
3829c194
authored
Sep 19, 2013
by
Emmanuel Milou
Browse files
[#30360] make distclean not needed
parent
62fefd0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
hudson-sflphone-script.sh
View file @
3829c194
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment