[coreboot] [PATCH] buildrom: Add option to silence wget via -q

Uwe Hermann uwe at hermann-uwe.de
Mon Apr 28 17:59:11 CEST 2008


On Fri, Apr 25, 2008 at 11:29:25PM +0200, Peter Stuge wrote:
> On Fri, Apr 25, 2008 at 11:14:03PM +0200, Uwe Hermann wrote:
> > +++ Makefile	(Arbeitskopie)
> > @@ -34,6 +34,13 @@
> >  else
> >  -include .config
> >  
> > +# Pass -q to wget if the user doesn't want to see a download progressbar.
> > +ifeq ($(CONFIG_SHOW_DOWNLOAD_PROGRESSBAR),y)
> > +Q = ""
> > +else
> > +Q = "-q"
> > +endif
> 
> Please name it something other than Q. Maybe WGET_Q or even better
> DOWNLOAD_Q, if we get tired of wget.

Renamed to WGET_Q, updated patch attached.


Uwe.
-- 
http://www.hermann-uwe.de  | http://www.holsham-traders.de
http://www.crazy-hacks.org | http://www.unmaintained-free-software.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: buildrom_quiet_wget.patch
Type: text/x-diff
Size: 17351 bytes
Desc: not available
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20080428/108fce39/attachment.bin>


More information about the coreboot mailing list