
Author: wmb Date: 2007-11-04 18:32:52 +0100 (Sun, 04 Nov 2007) New Revision: 710 Modified: cpu/x86/pc/olpc/ec.bth cpu/x86/pc/olpc/verify.bth Log: OLPC - added -q to all wget commands to tidy up the build output. Modified: cpu/x86/pc/olpc/ec.bth =================================================================== --- cpu/x86/pc/olpc/ec.bth 2007-11-04 17:29:50 UTC (rev 709) +++ cpu/x86/pc/olpc/ec.bth 2007-11-04 17:32:52 UTC (rev 710) @@ -9,7 +9,7 @@ " ${GET_EC}" expand$ nip [if] " ${GET_EC}" expand$ $sh [else] - " wget http://dev.laptop.org/pub/ec/ec_v${EC_VERSION}.img -O ec.img" expand$ $sh + " wget -q http://dev.laptop.org/pub/ec/ec_v${EC_VERSION}.img -O ec.img" expand$ $sh [then] \ This forces the creation of an ec.log file, so we don't re-fetch ec.img Modified: cpu/x86/pc/olpc/verify.bth =================================================================== --- cpu/x86/pc/olpc/verify.bth 2007-11-04 17:29:50 UTC (rev 709) +++ cpu/x86/pc/olpc/verify.bth 2007-11-04 17:32:52 UTC (rev 710) @@ -5,12 +5,12 @@ fload ${BP}/cpu/x86/pc/olpc/versions.fth -" wget -nv http://dev.laptop.org/pub/firmware/crypto/${KEYS}/os.public -O os.public" expand$ $sh -" wget -nv http://dev.laptop.org/pub/firmware/crypto/${KEYS}/fw.public -O fw.public" expand$ $sh -" wget -nv http://dev.laptop.org/pub/firmware/crypto/${KEYS}/fs.public -O fs.public" expand$ $sh -" wget -nv http://dev.laptop.org/pub/firmware/crypto/${KEYS}/lease.public -O lease.public" expand$ $sh -" wget -nv http://dev.laptop.org/pub/firmware/crypto/${KEYS}/developer.public -O developer.public" expand$ $sh -" wget -nv http://dev.laptop.org/pub/firmware/crypto/bios_verify-${CRYPTO_VERSION}.img -O verify.img" expand$ $sh +" wget -q http://dev.laptop.org/pub/firmware/crypto/${KEYS}/os.public -O os.public" expand$ $sh +" wget -q http://dev.laptop.org/pub/firmware/crypto/${KEYS}/fw.public -O fw.public" expand$ $sh +" wget -q http://dev.laptop.org/pub/firmware/crypto/${KEYS}/fs.public -O fs.public" expand$ $sh +" wget -q http://dev.laptop.org/pub/firmware/crypto/${KEYS}/lease.public -O lease.public" expand$ $sh +" wget -q http://dev.laptop.org/pub/firmware/crypto/${KEYS}/developer.public -O developer.public" expand$ $sh +" wget -q http://dev.laptop.org/pub/firmware/crypto/bios_verify-${CRYPTO_VERSION}.img -O verify.img" expand$ $sh \ This forces the creation of an verify.log file, so we don't re-fetch writing verify.version
participants (1)
-
svn@openbios.org