gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-deployment] branch master updated: use parallel buil


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: use parallel builds
Date: Tue, 06 Jun 2017 13:22:44 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 7b014a3  use parallel builds
7b014a3 is described below

commit 7b014a39bb700c29c786e8ca06527535f2506b93
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Jun 6 13:23:24 2017 +0200

    use parallel builds
---
 taler-build/update_exchange.sh | 3 +--
 taler-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
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

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]