summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtaler-build/update_exchange.sh3
-rwxr-xr-xtaler-build/update_gnunet.sh2
2 files changed, 2 insertions, 3 deletions
diff --git a/taler-build/update_exchange.sh b/taler-build/update_exchange.sh
index 2956ba8..e2ae82d 100755
--- a/taler-build/update_exchange.sh
+++ b/taler-build/update_exchange.sh
@@ -26,8 +26,7 @@ else
--enable-logging=verbose
fi
-make
-make install
+make install -j4
if test ${1:-notgiven} = "--coverage"; then
TOP=$(pwd)
diff --git a/taler-build/update_gnunet.sh b/taler-build/update_gnunet.sh
index 968a958..697f8de 100755
--- a/taler-build/update_gnunet.sh
+++ b/taler-build/update_gnunet.sh
@@ -12,4 +12,4 @@ git reset --hard "$branch"
./bootstrap
./configure --prefix=$HOME/local --enable-logging=verbose --with-libgnurl=$HOME/local --with-microhttpd=$HOME/local
-make install
+make install -j4