Skip to content
Snippets Groups Projects
Commit fe77ac04 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

make distclean in hudson

parent 5c692e59
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,7 @@ set -x ...@@ -10,6 +10,7 @@ set -x
# Compile the daemon # Compile the daemon
pushd daemon pushd daemon
make distclean
./autogen.sh ./autogen.sh
# Compile pjproject first # Compile pjproject first
pushd libs/pjproject pushd libs/pjproject
...@@ -33,6 +34,7 @@ popd ...@@ -33,6 +34,7 @@ popd
# Compile the client # Compile the client
pushd gnome pushd gnome
make distclean
./autogen.sh ./autogen.sh
./configure --prefix=/usr ./configure --prefix=/usr
make clean make clean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment