From: David Gibson <david@gibson.dropbear.id.au>
To: "Andreas Färber" <andreas.faerber@web.de>
Cc: qemu-devel@nongnu.org, Alexander Graf <agraf@suse.de>
Subject: Re: [Qemu-devel] [PATCH 1/2] ppc64: Fix out-of-tree builds
Date: Mon, 2 May 2011 11:09:10 +1000 [thread overview]
Message-ID: <20110502010910.GA31815@yookeroo> (raw)
In-Reply-To: <1304267036-28503-1-git-send-email-andreas.faerber@web.de>
On Sun, May 01, 2011 at 06:23:55PM +0200, Andreas Färber wrote:
> On ppc64 host, recursion into pc-bios/spapr-rtas/ fails for
> out-of-tree builds. Add missing dir and symlink.
Ah, thank you.
> Cc: David Gibson <david@gibson.dropbear.id.au>
> Cc: Alexander Graf <agraf@suse.de>
> Signed-off-by: Andreas Färber <andreas.faerber@web.de>
> ---
> configure | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/configure b/configure
> index 6f75e2e..491f77a 100755
> --- a/configure
> +++ b/configure
> @@ -3457,11 +3457,13 @@ done # for target in $targets
>
> # build tree in object directory in case the source is not in the current directory
> DIRS="tests tests/cris slirp audio block net pc-bios/optionrom"
> +DIRS="pc-bios/spapr-rtas"
Surely it should be:
DIRS="$DIRS pc-bios/spapr-rtas"
though.
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
next prev parent reply other threads:[~2011-05-02 4:54 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-01 16:23 [Qemu-devel] [PATCH 1/2] ppc64: Fix out-of-tree builds Andreas Färber
2011-05-01 16:23 ` [Qemu-devel] [PATCH 2/2] ppc64: Don't try to build sPAPR RTAS on Darwin Andreas Färber
2011-05-01 16:31 ` [Qemu-devel] [PATCH 1/2] ppc64: Fix out-of-tree builds Andreas Färber
2011-05-03 10:18 ` Alexander Graf
2011-05-08 16:07 ` Andreas Färber
2011-05-02 1:09 ` David Gibson [this message]
2011-05-08 11:25 ` [Qemu-devel] [PATCH v2 " Andreas Färber
2011-05-08 11:25 ` [Qemu-devel] [PATCH v2 2/2] ppc64: Don't try to build sPAPR RTAS on Darwin Andreas Färber
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=20110502010910.GA31815@yookeroo \
--to=david@gibson.dropbear.id.au \
--cc=agraf@suse.de \
--cc=andreas.faerber@web.de \
--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).