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: fix gnunet parall


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: fix gnunet parallel build (use -j1)
Date: Wed, 19 Jul 2017 09:32:11 +0200

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

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new bb9ac5a  fix gnunet parallel build (use -j1)
bb9ac5a is described below

commit bb9ac5aaf83c4584be2f84c5dc12c23d7c0022e2
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Jul 19 09:31:49 2017 +0200

    fix gnunet parallel build (use -j1)
---
 taler-build/update_gnunet.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/taler-build/update_gnunet.sh b/taler-build/update_gnunet.sh
index 697f8de..7e8aa27 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 -j4
+make install -j1

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



reply via email to

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