gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r18469 - gnunet-planetlab


From: gnunet
Subject: [GNUnet-SVN] r18469 - gnunet-planetlab
Date: Tue, 6 Dec 2011 18:16:22 +0100

Author: wachs
Date: 2011-12-06 18:16:21 +0100 (Tue, 06 Dec 2011)
New Revision: 18469

Modified:
   gnunet-planetlab/02_planetlab-deps-from-source.sh
Log:


Modified: gnunet-planetlab/02_planetlab-deps-from-source.sh
===================================================================
--- gnunet-planetlab/02_planetlab-deps-from-source.sh   2011-12-06 17:13:42 UTC 
(rev 18468)
+++ gnunet-planetlab/02_planetlab-deps-from-source.sh   2011-12-06 17:16:21 UTC 
(rev 18469)
@@ -272,7 +272,7 @@
 
 function install_nettle {
        
-wget http://www.lysator.liu.se/~nisse/archive/nettle-2.4.tar.gz
+wget http://www.lysator.liu.se/~nisse/archive/nettle-2.4.tar.gz 1> /dev/null 
2> /dev/null
 if [ $? = 0 ]
 then
   echo " Libnettle download successful"
@@ -281,7 +281,7 @@
   cleanup_nettle
   exit 1
 fi
-tar xvfz nettle-2.4.tar.gz
+tar xvfz nettle-2.4.tar.gz 1> /dev/null 2> /dev/null
 if [ $? = 0 ]
 then
   echo " Libnettle unpack successful"
@@ -293,7 +293,7 @@
 
 cd nettle-2.4
 
-./configure --enable-shared
+./configure --enable-shared 1> /dev/null 2> /dev/null
 if [ $? = 0 ]
 then
   echo " Libnettle configure successful"
@@ -303,7 +303,7 @@
   exit 1
 fi
 
-make all
+make all 1> /dev/null 2> /dev/null
 if [ $? = 0 ]
 then
   echo " Libnettle make all successful"
@@ -313,7 +313,7 @@
   exit 1
 fi
 
-sudo make install
+sudo make install 1> /dev/null 2> /dev/null
 if [ $? = 0 ]
 then
   echo " Libnettle sudo make install successful"
@@ -339,7 +339,7 @@
 
 function install_gnutls {
        
-wget ftp://ftp.gnupg.org/gcrypt/gnutls/gnutls-2.12.9.tar.bz2
+wget ftp://ftp.gnupg.org/gcrypt/gnutls/gnutls-2.12.9.tar.bz2 1> /dev/null 2> 
/dev/null
 if [ $? = 0 ]
 then
   echo " gnutls download successful"
@@ -348,7 +348,7 @@
   cleanup_gnutls
   exit 1
 fi
-tar -xjvf gnutls-2.12.9.tar.bz2
+tar -xjvf gnutls-2.12.9.tar.bz2 1> /dev/null 2> /dev/null
 if [ $? = 0 ]
 then
   echo " gnutls download successful"
@@ -360,7 +360,7 @@
 
 cd gnutls-2.12.9
 
-./configure --without-p11-kit  
+./configure --without-p11-kit   1> /dev/null 2> /dev/null
 if [ $? = 0 ]
 then
   echo " gnutls configure successful"
@@ -370,7 +370,7 @@
   exit 1
 fi
 
-make all
+make all 1> /dev/null 2> /dev/null
 if [ $? = 0 ]
 then
   echo " gnutls make all successful"
@@ -380,7 +380,7 @@
   exit 1
 fi
 
-sudo make install
+sudo make install 1> /dev/null 2> /dev/null
 if [ $? = 0 ]
 then
   echo " gnutls sudo make install successful"




reply via email to

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