From: Paolo Bonzini <pbonzini@redhat.com>
To: Stefan Weil <weil@mail.berlios.de>
Cc: QEMU Developers <qemu-devel@nongnu.org>
Subject: [Qemu-devel] Re: [PATCH] Makefile: Change make to be quiet again when doing nothing
Date: Thu, 22 Oct 2009 08:21:50 +0200 [thread overview]
Message-ID: <4ADFF9FE.6090901@redhat.com> (raw)
In-Reply-To: <4ADF7A62.8000706@mail.berlios.de>
On 10/21/2009 11:17 PM, Stefan Weil wrote:
> Paolo Bonzini schrieb:
>> On 10/20/2009 06:17 PM, Stefan Weil wrote:
>>> This patch makes make quiet again.
>>>
>>> There is already a similar patch from Juan Quintela,
>>> but maybe this shorter form is preferred.
>>
>> This patch would reintroduce an ordering problem between building
>> config*.h and building the tools, whose fix is what made "make" noisy
>> in the first place.
>>
>> Paolo
>
> Did you try this? config*.h will be built first, tools and docs come
> later with my patch,
> so there should not be any difference regarding the build order.
No, but if there is a hidden missing dependency I don't see how your
patch could work, that's it. I know that the patch is "in theory"
correct, but people were reporting failed builds and Juan's move of
$(TOOLS) $(DOCS) solved it.
Consider in addition that make does not guarantee to even *start* A
before B if you have "TARGET: A B", especially at very high parallelism.
If you have icecream installed, a make -j20 is not uncommon and
guaranteed to find wrong dependencies.
Paolo
prev parent reply other threads:[~2009-10-22 6:22 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-14 10:33 [Qemu-devel] [PATCH] Change make to be quite again when doing nothing Juan Quintela
2009-10-20 16:17 ` [Qemu-devel] [PATCH] Makefile: Change make to be quiet " Stefan Weil
2009-10-20 17:36 ` [Qemu-devel] " Paolo Bonzini
2009-10-21 21:17 ` Stefan Weil
2009-10-22 6:21 ` Paolo Bonzini [this message]
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=4ADFF9FE.6090901@redhat.com \
--to=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=weil@mail.berlios.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.