From: Stefan Weil Date: Tue, 20 Oct 2009 16:17:23 +0000 (+0200) Subject: Makefile: Change make to be quiet again when doing nothing X-Git-Tag: pull-nvme-20200902~13987 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=581d45f02916687e1afc679ad3e44a10e85c36a1;p=qemu-nvme.git Makefile: Change make to be quiet again when doing nothing This patch makes make quiet again. There is already a similar patch from Juan Quintela, but maybe this shorter form is preferred. Signed-off-by: Stefan Weil Signed-off-by: Anthony Liguori --- diff --git a/Makefile b/Makefile index e78a3d033a..4d9908c27e 100644 --- a/Makefile +++ b/Makefile @@ -40,8 +40,8 @@ config-all-devices.mak: $(SUBDIR_DEVICES_MAK) -include config-all-devices.mak -build-all: config-host.h config-all-devices.h - $(call quiet-command, $(MAKE) $(SUBDIR_MAKEFLAGS) $(TOOLS) $(DOCS) recurse-all,) +build-all: config-host.h config-all-devices.h $(DOCS) $(TOOLS) + $(call quiet-command, $(MAKE) $(SUBDIR_MAKEFLAGS) recurse-all,) config-host.h: config-host.h-timestamp config-host.h-timestamp: config-host.mak