From: Juan Quintela <quintela@redhat.com>
To: qemu-devel@nongnu.org
Cc: aliguori@us.ibm.com
Subject: [Qemu-devel] [PATCH] call make with quite-command
Date: Sat, 29 Aug 2009 02:40:13 +0200 [thread overview]
Message-ID: <1251506413-28431-1-git-send-email-quintela@redhat.com> (raw)
On top of new config series. Remove the make directory printing.
Signed-off-by: Juan Quintela <quintela@redhat.com>
---
Makefile | 3 ++-
Makefile.target | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 1befee0..236fb03 100644
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,7 @@ DOCS=
endif
SUBDIR_DEVICES_MAK=$(patsubst %, %/config-devices.mak, $(TARGET_DIRS))
+SUBDIR_MAKEFLAGS=$(if $(V),,--no-print-directory)
config-all-devices.mak: $(SUBDIR_DEVICES_MAK)
$(call quiet-command,grep "=y$$" $(SUBDIR_DEVICES_MAK) | sort -u > $@," GEN $@")
@@ -35,7 +36,7 @@ config-all-devices.mak: $(SUBDIR_DEVICES_MAK)
include config-all-devices.mak
build-all: config-host.h
- $(MAKE) $(TOOLS) $(DOCS) recurse-all
+ $(call quiet-command, $(MAKE) $(SUBDIR_MAKEFLAGS) $(TOOLS) $(DOCS) recurse-all,)
config-host.h: config-host.h-timestamp
config-host.h-timestamp: config-host.mak
diff --git a/Makefile.target b/Makefile.target
index d244f7a..f1887e2 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -31,7 +31,7 @@ config-target.h: config-target.h-timestamp
config-target.h-timestamp: config-target.mak
all: config-target.h
- $(MAKE) $(PROGS)
+ $(call quiet-command, $(MAKE) $(PROGS),)
# Dummy command so that make thinks it has done something
@true
--
1.6.2.5
next reply other threads:[~2009-08-29 0:42 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-29 0:40 Juan Quintela [this message]
2009-08-30 18:14 ` [Qemu-devel] [PATCH] call make with quite-command Johannes Schindelin
2009-08-30 20:05 ` [Qemu-devel] " Juan Quintela
2009-08-31 6:50 ` Paolo Bonzini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1251506413-28431-1-git-send-email-quintela@redhat.com \
--to=quintela@redhat.com \
--cc=aliguori@us.ibm.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).