From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VVlUe-0004em-IE for mharc-grub-devel@gnu.org; Mon, 14 Oct 2013 12:59:44 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53106) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVlUU-0004dx-8w for grub-devel@gnu.org; Mon, 14 Oct 2013 12:59:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VVlUL-0003u1-Cv for grub-devel@gnu.org; Mon, 14 Oct 2013 12:59:34 -0400 Received: from mail-ee0-x235.google.com ([2a00:1450:4013:c00::235]:46582) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVlUL-0003tx-58 for grub-devel@gnu.org; Mon, 14 Oct 2013 12:59:25 -0400 Received: by mail-ee0-f53.google.com with SMTP id b15so3582473eek.12 for ; Mon, 14 Oct 2013 09:59:24 -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:subject:references :in-reply-to:content-type; bh=o/UG3KvgEbWDIzHyq1deH9jFaGDNCnpGG/NjL5PPpnA=; b=m1RZrCLP2AOtg8FppDfdsLBhWG8RGRudo0MQMx4mN50iLX7kolsnHzDRzX3nwh6FVG UYwiQ3V0TL/CnfCDmVVpOXGcebRE2MgK2fQPwfFjnnwkLZ/o6DelnKxyZd5eECw6lqae zUUXbtVfn9WwxpSDAZ9kWzOlF4AFasdFJAMpz6omRUe4VNAoPGYpNiQxEn6SKFGrzFeK RLjz1aBdOglM04nfXa6f0OS76vHmsdk5TP4ApRLlcb/nH0YF/zr5I5ArH879wDL4lx8U KdLD1lj9bIuI60WKqMEgRNeayUCRBMuFuoqpsxRL9hNUKq5krDs828WNQpqlqZFk4W4x 2K5w== X-Received: by 10.15.81.137 with SMTP id x9mr3669935eey.77.1381769964127; Mon, 14 Oct 2013 09:59:24 -0700 (PDT) Received: from [192.168.1.113] (31-249.1-85.cust.bluewin.ch. [85.1.249.31]) by mx.google.com with ESMTPSA id m54sm155575776eex.2.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 14 Oct 2013 09:59:23 -0700 (PDT) Message-ID: <525C22EA.50309@gmail.com> Date: Mon, 14 Oct 2013 18:59:22 +0200 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131005 Icedove/17.0.9 MIME-Version: 1.0 To: The development of GNU GRUB Subject: Re: [PATCH] add osdep/*/init.c to EXTRA_DIST References: <1381768126-23027-1-git-send-email-arvidjaar@gmail.com> In-Reply-To: <1381768126-23027-1-git-send-email-arvidjaar@gmail.com> X-Enigmail-Version: 1.5.1 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="----enig2ILAHTKVOFDEAEDJNBUPG" X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c00::235 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: Mon, 14 Oct 2013 16:59:42 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2ILAHTKVOFDEAEDJNBUPG Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Go ahead. On 14.10.2013 18:28, Andrey Borzenkov wrote: > gcc -E -DHAVE_CONFIG_H -I. -Wall -W -I./include -DGRUB_UTIL=3D1 -DGRUB= _LIBDIR=3D\"/usr/local/lib64/grub\" -DLOCALEDIR=3D\"/usr/local/share/loca= le\" -DGRUB_FILE=3D\"util/grub-fstest.c\" -I. -I. -I. -I. -I./include -I.= /include -I./grub-core/lib/libgcrypt-grub/include -I./grub-core/lib/libgc= rypt-grub/src/ -I./grub-core/gnulib -I./grub-core/gnulib \ > -D'GRUB_MOD_INIT(x)=3D@MARKER@x@' util/grub-fstest.c grub-core/kern/e= mu/hostfs.c grub-core/disk/host.c grub-core/osdep/init.c > grub_fstest.pp= || (rm -f grub_fstest.pp; exit 1) > grub-core/osdep/init.c:4:24: fatal error: basic/init.c: No such file or= directory > compilation terminated. >=20 > Signed-off-by: Andrey Borzenkov >=20 > --- > conf/Makefile.extra-dist | 3 +++ > 1 file changed, 3 insertions(+) >=20 > diff --git a/conf/Makefile.extra-dist b/conf/Makefile.extra-dist > index 237473b..666efc6 100644 > --- a/conf/Makefile.extra-dist > +++ b/conf/Makefile.extra-dist > @@ -72,6 +72,9 @@ EXTRA_DIST +=3D grub-core/osdep/linux/hostdisk.c > EXTRA_DIST +=3D grub-core/osdep/windows/hostdisk.c > EXTRA_DIST +=3D grub-core/osdep/sun/hostdisk.c > =20 > +EXTRA_DIST +=3D grub-core/osdep/basic/init.c > +EXTRA_DIST +=3D grub-core/osdep/windows/init.c > + > EXTRA_DIST +=3D grub-core/osdep/apple/getroot.c > EXTRA_DIST +=3D grub-core/osdep/aros/getroot.c > EXTRA_DIST +=3D grub-core/osdep/basic/getroot.c >=20 ------enig2ILAHTKVOFDEAEDJNBUPG Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (GNU/Linux) Comment: Using GnuPG with Icedove - http://www.enigmail.net/ iF4EAREKAAYFAlJcIuoACgkQNak7dOguQgkJ3QD/aelqWP0UAgbpRW2+9TmZNEd6 RQy75Iwye8VhzVPujLYA/3+1SKhXMia3rU1NxG3NuSZ4jW1EvD7bIXyGdFMmAnQr =Hsfn -----END PGP SIGNATURE----- ------enig2ILAHTKVOFDEAEDJNBUPG--