qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 1/2] ppc64: Fix out-of-tree builds


From: David Gibson
Subject: Re: [Qemu-devel] [PATCH 1/2] ppc64: Fix out-of-tree builds
Date: Mon, 2 May 2011 11:09:10 +1000
User-agent: Mutt/1.5.20 (2009-06-14)

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 <address@hidden>
> Cc: Alexander Graf <address@hidden>
> Signed-off-by: Andreas Färber <address@hidden>
> ---
>  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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]