From: Sean Bruno Date: Tue, 14 Jun 2016 18:07:34 +0000 (-0700) Subject: Use "-s" instead of "--quiet" to resolve non-fatal build error on FreeBSD. X-Git-Tag: TizenStudio_2.0_p4.0~6^2~12^2~6^2~114^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=540aecd0991d1fcbb2204a06fcdbda32c87e788a;p=sdk%2Femulator%2Fqemu.git Use "-s" instead of "--quiet" to resolve non-fatal build error on FreeBSD. 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 seen on FreeBSD. Reviewed-by: Eric Blake Reviewed-by: Fam Zheng Signed-off-by: Sean Bruno Message-Id: <20160614180734.8782-1-sbruno@freebsd.org> Signed-off-by: Paolo Bonzini --- diff --git a/Makefile b/Makefile index c054bc6..4570637 100644 --- a/Makefile +++ b/Makefile @@ -185,7 +185,7 @@ qemu-version.h: FORCE printf '""\n'; \ fi; \ fi) > $@.tmp) - $(call quiet-command, cmp --quiet $@ $@.tmp || mv $@.tmp $@) + $(call quiet-command, cmp -s $@ $@.tmp || mv $@.tmp $@) config-host.h: config-host.h-timestamp config-host.h-timestamp: config-host.mak