j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
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$%7BEC_VERSION%7D.img -O ec.img" expand$ $sh + " wget -q http://dev.laptop.org/pub/ec/ec_v$%7BEC_VERSION%7D.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/$%7BKEYS%7D/os.public -O os.public" expand$ $sh -" wget -nv http://dev.laptop.org/pub/firmware/crypto/$%7BKEYS%7D/fw.public -O fw.public" expand$ $sh -" wget -nv http://dev.laptop.org/pub/firmware/crypto/$%7BKEYS%7D/fs.public -O fs.public" expand$ $sh -" wget -nv http://dev.laptop.org/pub/firmware/crypto/$%7BKEYS%7D/lease.public -O lease.public" expand$ $sh -" wget -nv http://dev.laptop.org/pub/firmware/crypto/$%7BKEYS%7D/developer.public -O developer.public" expand$ $sh -" wget -nv http://dev.laptop.org/pub/firmware/crypto/bios_verify-$%7BCRYPTO_VERSION%7D.... -O verify.img" expand$ $sh +" wget -q http://dev.laptop.org/pub/firmware/crypto/$%7BKEYS%7D/os.public -O os.public" expand$ $sh +" wget -q http://dev.laptop.org/pub/firmware/crypto/$%7BKEYS%7D/fw.public -O fw.public" expand$ $sh +" wget -q http://dev.laptop.org/pub/firmware/crypto/$%7BKEYS%7D/fs.public -O fs.public" expand$ $sh +" wget -q http://dev.laptop.org/pub/firmware/crypto/$%7BKEYS%7D/lease.public -O lease.public" expand$ $sh +" wget -q http://dev.laptop.org/pub/firmware/crypto/$%7BKEYS%7D/developer.public -O developer.public" expand$ $sh +" wget -q http://dev.laptop.org/pub/firmware/crypto/bios_verify-$%7BCRYPTO_VERSION%7D.... -O verify.img" expand$ $sh
\ This forces the creation of an verify.log file, so we don't re-fetch writing verify.version