From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1V0uPu-0004xE-Ba for mharc-grub-devel@gnu.org; Sun, 21 Jul 2013 10:15:18 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39549) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V0uPr-0004wh-Bq for grub-devel@gnu.org; Sun, 21 Jul 2013 10:15:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V0uPq-0007c5-Ia for grub-devel@gnu.org; Sun, 21 Jul 2013 10:15:15 -0400 Received: from mail-lb0-x230.google.com ([2a00:1450:4010:c04::230]:59514) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V0uPq-0007bu-CI for grub-devel@gnu.org; Sun, 21 Jul 2013 10:15:14 -0400 Received: by mail-lb0-f176.google.com with SMTP id z5so4514610lbh.7 for ; Sun, 21 Jul 2013 07:15:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:x-mailer:in-reply-to:references; bh=GW65e0YKctSDcPzVjY5YJ2CkydJI5tD00+58gKBsz1g=; b=mqu7QAGdVT1OUSEPQpmFTk8xvXE1oHar3y7tRSYhHZ0PZW1YlmyH5FhS7xwlyBq9Rg E/coYB77kRNqUrmNEOoNVSBm6my7/24LwuIJqIUe0aDCISfudZ1/+CgOMRHp2dJcLqcK 4sdvgul/avs8IaSH7fIUblgH0cYIc8wy/T1gGdvEicnfCJg7cnkiunDp5mEJfMGdMmEp RSOXhBG9FPBg0Veqy1ahDsiMlhLeUdrL96y3TlByz0dmPaSySJathBBmUb+M03fhmmpa aFTre6gWxwjX75reuFvj6a86Y9ZSeVeSeX2ffMlEF9JR0PlpD4OlNvBrqlaJoclmYjDp mMxQ== X-Received: by 10.152.44.197 with SMTP id g5mr10599977lam.0.1374416112868; Sun, 21 Jul 2013 07:15:12 -0700 (PDT) Received: from localhost.localdomain (ppp79-139-160-84.pppoe.spdop.ru. [79.139.160.84]) by mx.google.com with ESMTPSA id 8sm9311873lbq.4.2013.07.21.07.15.11 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 21 Jul 2013 07:15:12 -0700 (PDT) From: Andrey Borzenkov To: grub-devel@gnu.org Subject: [PATCH] remove Makefile.libfdt.def from EXTRA_DIST Date: Sun, 21 Jul 2013 18:15:06 +0400 Message-Id: <1374416106-31741-1-git-send-email-arvidjaar@gmail.com> X-Mailer: git-send-email 1.8.1.4 In-Reply-To: <51EBE459.7070808@gmail.com> References: <51EBE459.7070808@gmail.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::230 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 14:15:16 -0000 libfdt was removed in phcoder@gmail.com-20130517115847-6gr15337m1ge8zh3 Makefile.libfdt.def was missed from cleanup. Also remove libfdt related entries from .bzrignore as suggested by Francesco Lavra. Signed-off-by: Andrey Borzenkov --- .bzrignore | 2 -- conf/Makefile.extra-dist | 1 - 2 files changed, 3 deletions(-) diff --git a/.bzrignore b/.bzrignore index d4e3d2d..40c2065 100644 --- a/.bzrignore +++ b/.bzrignore @@ -206,8 +206,6 @@ po/*.gmo po/LINGUAS include/grub/gcrypt/gcrypt.h include/grub/gcrypt/g10lib.h -grub-core/lib/dtc-grub -grub-core/Makefile.libfdt.def po/POTFILES.in po/POTFILES-shell.in grub-glue-efi 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 -- tg: (af5fa18..) u/libfdt (depends on: master)