qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] Use "-s" instead of "--quiet" to resolve non-fa


From: Fam Zheng
Subject: Re: [Qemu-devel] [PATCH] Use "-s" instead of "--quiet" to resolve non-fatal build error on FreeBSD.
Date: Mon, 13 Jun 2016 08:32:28 +0800
User-agent: Mutt/1.6.1 (2016-04-27)

On Sun, 06/12 15:19, Sean Bruno wrote:
> The --quiet argument is not available on all operating systems.  Use -s
> instead to match the rest of the Makefile uses.  This fixes a non-fatal
> error see on FreeBSD.

s/see/seen

(Perhaps can be fixed when applying.)

Reviewed-by: Fam Zheng <address@hidden>

> 
> Signed-off-by: Sean Bruno <address@hidden>
> ---
>  Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Makefile b/Makefile
> index ed4032a..a7a356a 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -185,7 +185,7 @@ qemu-version.h: FORCE
>                               printf '""\n'; \
>                       fi; \
>               fi) > address@hidden)
> -     $(call quiet-command, cmp --quiet $@ address@hidden || mv 
> address@hidden $@)
> +     $(call quiet-command, cmp -s $@ address@hidden || mv address@hidden $@)
>  
>  config-host.h: config-host.h-timestamp
>  config-host.h-timestamp: config-host.mak
> -- 
> 2.8.1
> 
> 



reply via email to

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