sim-card
/
qemu
Archived
10
0
Fork 0

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>
This commit is contained in:
Stefan Weil 2009-10-20 18:17:23 +02:00 committed by Anthony Liguori
parent 5fa9a0ae49
commit 581d45f029
1 changed files with 2 additions and 2 deletions

View File

@ -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