summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStefan Weil <weil@mail.berlios.de>2009-10-20 18:17:23 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-10-27 12:28:35 -0500
commit581d45f02916687e1afc679ad3e44a10e85c36a1 (patch)
treedfe72bdbcdd9c497dd9f2fa32c24357731eb31be /Makefile
parent5fa9a0ae49a01536a403f38e39222c3e8cc964c5 (diff)
downloadqemu-581d45f02916687e1afc679ad3e44a10e85c36a1.tar.gz
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 <weil@mail.berlios.de> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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