summaryrefslogtreecommitdiff
path: root/taler-build/update_exchange.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-06-06 13:23:24 +0200
committerChristian Grothoff <christian@grothoff.org>2017-06-06 13:23:24 +0200
commit7b014a39bb700c29c786e8ca06527535f2506b93 (patch)
treeb20b36fb286e9b6a2fecee583f4ed4a38794a2e5 /taler-build/update_exchange.sh
parentcdee19ac5470d333f653db78361955302afa3980 (diff)
downloaddeployment-7b014a39bb700c29c786e8ca06527535f2506b93.tar.gz
deployment-7b014a39bb700c29c786e8ca06527535f2506b93.tar.bz2
deployment-7b014a39bb700c29c786e8ca06527535f2506b93.zip
use parallel builds
Diffstat (limited to 'taler-build/update_exchange.sh')
-rwxr-xr-xtaler-build/update_exchange.sh3
1 files changed, 1 insertions, 2 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)