From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39049) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VIqNc-0003ag-GB for qemu-devel@nongnu.org; Sun, 08 Sep 2013 21:35:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VIqNW-0004rH-2H for qemu-devel@nongnu.org; Sun, 08 Sep 2013 21:35:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:9515) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VIqNV-0004r7-Qv for qemu-devel@nongnu.org; Sun, 08 Sep 2013 21:34:57 -0400 Date: Mon, 9 Sep 2013 09:34:50 +0800 From: Fam Zheng Message-ID: <20130909013450.GA23625@T430s.nay.redhat.com> References: <1378452491-20467-1-git-send-email-famz@redhat.com> <1378452491-20467-2-git-send-email-famz@redhat.com> <87zjrp98bq.fsf@fimbulvetr.bsc.es> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <87zjrp98bq.fsf@fimbulvetr.bsc.es> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [RFC PATCH v2 1/6] make.rule: fix $(obj) to a real relative path Reply-To: famz@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, peter.maydell@linaro.org, mjt@tls.msk.ru, stefanha@redhat.com, pbonzini@redhat.com, rth@twiddle.net On Fri, 09/06 20:19, Llu=EDs Vilanova wrote: > Fam Zheng writes: > [...] > > Because $(obj) here is './block', instead of '../block'. This doesn't > > hurt compiling because we basically build all .o from top Makefile, > > before entering Makefile.target, but it will affact arriving per-obje= ct > > libs support. >=20 > I'm curious. What's the reason to not use recursive make in QEMU? >=20 I don't know the answer, Paolo? Fam