From 540aecd0991d1fcbb2204a06fcdbda32c87e788a Mon Sep 17 00:00:00 2001 From: Sean Bruno Date: Tue, 14 Jun 2016 11:07:34 -0700 Subject: [PATCH] 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c054bc6356..45706375b2 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