qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: QEMU Developers <qemu-devel@nongnu.org>,
	Stefan Hajnoczi <stefanha@redhat.com>
Subject: Re: [Qemu-devel] [PATCH] Makefile: Don't build generated headers before Makefile is reread
Date: Fri, 04 Jul 2014 17:47:44 +0200	[thread overview]
Message-ID: <53B6CCA0.1050007@redhat.com> (raw)
In-Reply-To: <CAFEAcA9SZqT=J8+J7u25LemjestskaKyKSt=d2cKAUUSWQ1pXA@mail.gmail.com>

Il 04/07/2014 16:33, Peter Maydell ha scritto:
> On 30 June 2014 13:09, Paolo Bonzini <pbonzini@redhat.com> wrote:
>> Il 28/06/2014 18:59, Peter Maydell ha scritto:
>>
>>> Having a direct dependency
>>>    Makefile: $(GENERATED_HEADERS)
>>> can result in not-from-clean builds failing sometimes, because it means
>>> that when Make does its "is any makefile or include out of date and
>>> needing a rebuild?" check, as well as possibly running configure (to
>>> update config-host.mak) it will also rebuild GENERATED_HEADERS under
>>> the "old" config-host.mak regime. If the makefile rules for rebuilding
>>> the generated headers have changed in a way that means they're not
>>> compatible with the old config-host.mak variable names, the build will
>>> fail. Even if it does work, it's wasted effort since we'll need to
>>> rebuild them with the right config-host.mak settings immediately.
>>>
>>> Instead, make the generated headers depend on config-host.mak
>>> and config-target.mak. This means we'll definitely rebuild them
>>> if the configuration changes, but it will be done after Make
>>> reloads its makefiles and includes so will happen with the
>>> correct set of config-host.mak settings.
>>>
>>> We rely on the various .o files having correct autogenerated
>>> dependency rules to cause the generated headers to be generated
>>> as and when they are needed.
>
>> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
>
>
> Any objections to this going into 2.1 for rc1 ?

Not from me.

Paolo

  reply	other threads:[~2014-07-04 15:48 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-28 16:59 [Qemu-devel] [PATCH] Makefile: Don't build generated headers before Makefile is reread Peter Maydell
2014-06-30 12:09 ` Paolo Bonzini
2014-06-30 12:13   ` Peter Maydell
2014-06-30 12:34     ` Paolo Bonzini
2014-06-30 12:42       ` Peter Maydell
2014-06-30 12:45         ` Paolo Bonzini
2014-07-04 14:33   ` Peter Maydell
2014-07-04 15:47     ` Paolo Bonzini [this message]
2014-07-08 12:03     ` Peter Maydell

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=53B6CCA0.1050007@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@redhat.com \
    /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).