From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1UzrcV-0007fP-3w for mharc-grub-devel@gnu.org; Thu, 18 Jul 2013 13:03:59 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37700) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzrcR-0007eq-F6 for grub-devel@gnu.org; Thu, 18 Jul 2013 13:03:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UzrcP-000730-2o for grub-devel@gnu.org; Thu, 18 Jul 2013 13:03:55 -0400 Received: from mail-lb0-x22f.google.com ([2a00:1450:4010:c04::22f]:34316) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzrcO-00072u-Ru for grub-devel@gnu.org; Thu, 18 Jul 2013 13:03:53 -0400 Received: by mail-lb0-f175.google.com with SMTP id r10so2745129lbi.34 for ; Thu, 18 Jul 2013 10:03:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:x-mailer:mime-version:content-type :content-transfer-encoding; bh=/4nn7X+6nfC0n3KiiHHbhfS8e2DTvgLbvyDFl3Fcp1Q=; b=ZFRqq8tdphE/C1xpLecQnDUsjETOYYXBoll10UuwuTFTRE5f333V0Nskj92OdbI/MJ Ss9IXUec6DZvmM70RL1qjI+UCfMlJ5lfgQ2IzSfnqKDveWPS26lzZQAJ+KEIKedK1/cQ MwuVaW1zzEj7Vp8dUSJMZ/HbPxrKlDhyeiypdooFuJ4smkyBDANwoiANwjQO2cIgRvoU THq3CcIfSEHog/nzfvTgQD1Ag/yHn7uFnGlZWgVwIssmUziToWN+V+T440Ok58GhIvmh m8DSP9l9iGJ9RfrNe91F4lEtypNw06/GesV0dtgGy+1SG8Rf95sjS1kRQCHFK3tgia0S VvwA== X-Received: by 10.152.170.162 with SMTP id an2mr5737915lac.3.1374167031671; Thu, 18 Jul 2013 10:03:51 -0700 (PDT) Received: from opensuse.site (ppp79-139-160-84.pppoe.spdop.ru. [79.139.160.84]) by mx.google.com with ESMTPSA id et10sm4769289lbc.6.2013.07.18.10.03.50 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Thu, 18 Jul 2013 10:03:51 -0700 (PDT) Date: Thu, 18 Jul 2013 21:03:50 +0400 From: Andrey Borzenkov To: grub-devel@gnu.org Subject: grub-core/Makefile.libfdt.def missing in current trunk Message-ID: <20130718210350.725199b2@opensuse.site> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.18; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::22f 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: Thu, 18 Jul 2013 17:03:57 -0000 bor@opensuse:~/build/grub> LC_ALL=C make dist-xz make: *** No rule to make target `grub-core/Makefile.libfdt.def', needed by `distdir'. Stop. bor@opensuse:~/build/grub> bor@opensuse:~/src/grub> grep -r libfdt . ./.bzrignore:grub-core/Makefile.libfdt.def ./conf/Makefile.extra-dist:EXTRA_DIST += grub-core/Makefile.libfdt.def ./conf/Makefile.common:CPPFLAGS_LIBFDT = -I$(top_srcdir)/grub-core/lib/dtc-grub/libfdt $(CPPFLAGS_POSIX) bor@opensuse:~/src/grub> Note that grub-core/lib/dtc-grub is missing as well.