Skip to content
Snippets Groups Projects
Commit 3829c194 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

[#30360] make distclean not needed

parent 62fefd0a
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment