From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1V0tpt-0002D3-Df for mharc-grub-devel@gnu.org; Sun, 21 Jul 2013 09:38:05 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59234) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V0tpp-0002Cv-QT for grub-devel@gnu.org; Sun, 21 Jul 2013 09:38:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V0tpn-00048J-73 for grub-devel@gnu.org; Sun, 21 Jul 2013 09:38:01 -0400 Received: from mail-ee0-x231.google.com ([2a00:1450:4013:c00::231]:53325) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V0tpn-00048E-0u for grub-devel@gnu.org; Sun, 21 Jul 2013 09:37:59 -0400 Received: by mail-ee0-f49.google.com with SMTP id b57so3271592eek.22 for ; Sun, 21 Jul 2013 06:37:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=vaqSm/Hr17iUd7INcqdh8vdMUpt8aq6SqtVKM/JJJ/A=; b=xIEQKI+YVOnyka6h8Qvn783HAgrtXFnMDTzt0YYK/aUApi4R5HAEj1hyVxDH7v/z84 C2exqnniHQmW6k5/kxNkhoC2XCMQpOocj7DYPoLSS/3G+lm+cY/XRHRx1aWBql+4qw6j VsXz1WWFpVkJimFL3qT/W9GF6T+WP8LUQh99tI2LXukRZ+yhAeF0rpzOc6QGbvW35yff WlGJYFIxEzRhEH2DDR7IAEbcw3mLZS1k5UG/+yxeO+F1LGNPKJZB2Erg/n90qh5CUXq+ t+3LCcX8IHM+Vpx+KxIlj3nDsiZLzfk+SKp5tSLise4vfDhNfkCKQIDIxUXQbyT1iOpz jDLw== X-Received: by 10.15.108.8 with SMTP id cc8mr23274808eeb.65.1374413878146; Sun, 21 Jul 2013 06:37:58 -0700 (PDT) Received: from [192.168.56.2] (adsl-ull-188-53.47-151.net24.it. [151.47.53.188]) by mx.google.com with ESMTPSA id e44sm42983415eeh.11.2013.07.21.06.37.54 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 21 Jul 2013 06:37:57 -0700 (PDT) Message-ID: <51EBE459.7070808@gmail.com> Date: Sun, 21 Jul 2013 15:38:33 +0200 From: Francesco Lavra User-Agent: Mozilla/5.0 (X11; Linux i686; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: The development of GNU GRUB Subject: Re: [PATCH] remove Makefile.libfdt.def from EXTRA_DIST References: <20130718210350.725199b2@opensuse.site> <1374321171-29337-1-git-send-email-arvidjaar@gmail.com> In-Reply-To: <1374321171-29337-1-git-send-email-arvidjaar@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c00::231 Cc: Andrey Borzenkov X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Jul 2013 13:38:04 -0000 On 07/20/2013 01:52 PM, Andrey Borzenkov wrote: > libfdt was removed in phcoder@gmail.com-20130517115847-6gr15337m1ge8zh3 > Makefile.libfdt.def was missed from cleanup. > > Signed-off-by: Andrey Borzenkov > > --- > conf/Makefile.extra-dist | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/conf/Makefile.extra-dist b/conf/Makefile.extra-dist > index ac5b90a..a76083b 100644 > --- a/conf/Makefile.extra-dist > +++ b/conf/Makefile.extra-dist > @@ -18,7 +18,6 @@ EXTRA_DIST += conf/i386-pc-cygwin-img-ld.sc > > EXTRA_DIST += grub-core/Makefile.core.def > EXTRA_DIST += grub-core/Makefile.gcry.def > -EXTRA_DIST += grub-core/Makefile.libfdt.def > > EXTRA_DIST += grub-core/genmoddep.awk > EXTRA_DIST += grub-core/genmod.sh.in Correct. Also, CPPFLAGS_LIBFDT in conf/Makefile.common and the entries grub-core/Makefile.libfdt.def and grub-core/lib/dtc-grub in .bzrignore should be removed as well. Regards, Francesco