From: Stefan Hajnoczi <stefanha@gmail.com>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH 4/4] fix compilation when reconfiguring without dtrace backend
Date: Sun, 8 May 2011 12:15:33 +0100 [thread overview]
Message-ID: <BANLkTikq7uuwZOhdFdJD4a1PkHneD6a=Fg@mail.gmail.com> (raw)
In-Reply-To: <1304322846-24376-4-git-send-email-pbonzini@redhat.com>
On Mon, May 2, 2011 at 8:54 AM, Paolo Bonzini <pbonzini@redhat.com> wrote:
> If QEMU is configured with the dtrace backend, then built, then
> reconfigured without, the build fails.
>
> The culprit is the trace-dtrace.h dependency that many files will
> have. Due to this dependency, make will attempt to rebuild
> trace-dtrace.dtrace. This is the step that fails. Fix by wrapping
> the dtrace rules with ifeq/endif.
>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> Cc: qemu-trivial@nongnu.org
> ---
> Makefile.objs | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
I think the real problem is that dependencies need to be regenerated
after ./configure?
Stefan
next prev parent reply other threads:[~2011-05-08 11:15 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-02 7:54 [Qemu-devel] [PATCH 4/4] fix compilation when reconfiguring without dtrace backend Paolo Bonzini
2011-05-08 11:15 ` Stefan Hajnoczi [this message]
2011-05-09 6:53 ` [Qemu-devel] [Qemu-trivial] " Paolo Bonzini
2011-05-09 8:34 ` Stefan Hajnoczi
2011-05-09 8:42 ` Paolo Bonzini
2011-05-09 9:06 ` Stefan Hajnoczi
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='BANLkTikq7uuwZOhdFdJD4a1PkHneD6a=Fg@mail.gmail.com' \
--to=stefanha@gmail.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@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).