taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 7b014a39bb700c29c786e8ca06527535f2506b93
parent cdee19ac5470d333f653db78361955302afa3980
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  6 Jun 2017 13:23:24 +0200

use parallel builds

Diffstat:
Mtaler-build/update_exchange.sh | 3+--
Mtaler-build/update_gnunet.sh | 2+-
2 files changed, 2 insertions(+), 3 deletions(-)

diff --git 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 @@ -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