From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34915) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGl9T-00064A-Dt for qemu-devel@nongnu.org; Mon, 02 May 2011 00:54:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QGl9R-0000Wr-0r for qemu-devel@nongnu.org; Mon, 02 May 2011 00:54:31 -0400 Received: from ozlabs.org ([203.10.76.45]:36740) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGl9Q-0000Wn-Jv for qemu-devel@nongnu.org; Mon, 02 May 2011 00:54:28 -0400 Date: Mon, 2 May 2011 11:09:10 +1000 From: David Gibson Message-ID: <20110502010910.GA31815@yookeroo> References: <1304267036-28503-1-git-send-email-andreas.faerber@web.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <1304267036-28503-1-git-send-email-andreas.faerber@web.de> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 1/2] ppc64: Fix out-of-tree builds List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andreas =?iso-8859-1?Q?F=E4rber?= Cc: qemu-devel@nongnu.org, Alexander Graf On Sun, May 01, 2011 at 06:23:55PM +0200, Andreas F=E4rber 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 > Cc: Alexander Graf > Signed-off-by: Andreas F=E4rber > --- > configure | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) >=20 > diff --git a/configure b/configure > index 6f75e2e..491f77a 100755 > --- a/configure > +++ b/configure > @@ -3457,11 +3457,13 @@ done # for target in $targets > =20 > # build tree in object directory in case the source is not in the curr= ent directory > DIRS=3D"tests tests/cris slirp audio block net pc-bios/optionrom" > +DIRS=3D"pc-bios/spapr-rtas" Surely it should be: DIRS=3D"$DIRS pc-bios/spapr-rtas" though. --=20 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