From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:42893) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SdXJ2-00030W-NH for qemu-devel@nongnu.org; Sat, 09 Jun 2012 21:51:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SdXJ0-0000l0-Sr for qemu-devel@nongnu.org; Sat, 09 Jun 2012 21:51:04 -0400 Received: from cantor2.suse.de ([195.135.220.15]:53541 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SdXJ0-0000kh-N1 for qemu-devel@nongnu.org; Sat, 09 Jun 2012 21:51:02 -0400 Message-ID: <4FD3FD7F.1070101@suse.de> Date: Sun, 10 Jun 2012 03:50:55 +0200 From: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= MIME-Version: 1.0 References: <1339290549-3789-1-git-send-email-afaerber@suse.de> <1339290549-3789-2-git-send-email-afaerber@suse.de> In-Reply-To: <1339290549-3789-2-git-send-email-afaerber@suse.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH qom-next v2 1/7] make_device_config.sh: Fix target path in generated dependency file List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Paolo Bonzini , Anthony Liguori Am 10.06.2012 03:09, schrieb Andreas F=C3=A4rber: > config-devices.mak.d is included from Makefile.target, i.e. from inside > the *-softmmu/ directory. It included the directory path, so never > applied to the actual config-devices.mak. Symptoms were spurious > dependency issues with default-configs/pci.mak. >=20 > Fix by using `basename` to strip the directory path. >=20 > Reported-by: Gerhard Wiesinger > Signed-off-by: Andreas F=C3=A4rber Sorry, this patch was not supposed to be in this series, it was submitted already. (That comes from dropping one patch...) /-F > --- > scripts/make_device_config.sh | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) >=20 > diff --git a/scripts/make_device_config.sh b/scripts/make_device_config= .sh > index 5d14885..0778fe2 100644 > --- a/scripts/make_device_config.sh > +++ b/scripts/make_device_config.sh > @@ -25,4 +25,4 @@ done > process_includes $src > $dest > =20 > cat $src $all_includes | grep -v '^include' > $dest > -echo "$1: $all_includes" > $dep > +echo "`basename $1`: $all_includes" > $dep --=20 SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N=C3=BCrnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imend=C3=B6rffer; HRB 16746 AG N=C3=BC= rnberg