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

Peter Stuge peter at stuge.se
Fri Apr 25 23:29:25 CEST 2008


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.


//Peter




More information about the coreboot mailing list