From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Nr7uG-00040O-I9 for mharc-grub-devel@gnu.org; Mon, 15 Mar 2010 06:52:20 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nr7uE-0003z9-0a for grub-devel@gnu.org; Mon, 15 Mar 2010 06:52:18 -0400 Received: from [140.186.70.92] (port=36747 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nr7uC-0003ya-Er for grub-devel@gnu.org; Mon, 15 Mar 2010 06:52:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nr7uA-0004NA-Vt for grub-devel@gnu.org; Mon, 15 Mar 2010 06:52:16 -0400 Received: from fg-out-1718.google.com ([72.14.220.153]:43840) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nr7uA-0004N3-CA for grub-devel@gnu.org; Mon, 15 Mar 2010 06:52:14 -0400 Received: by fg-out-1718.google.com with SMTP id e12so1175091fga.12 for ; Mon, 15 Mar 2010 03:52:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type; bh=klv9XkCEGdAreeVBH7uMX4oeiD0Fdv1zetiUdCojswQ=; b=QSs8Ozjj89xleOJJa5wM6VcQGWd/rGwe6K1a6qbDem56ME9MWVzi4uHkkgrmgCeHMS t5q6l4QzGgDm8YlR+d6rfqLK1yvlzuhnSk0/IyokPMfEmgk7k3yYamtr6dhrViGDNqkW oXVtoP1wX5MCAP8uzPW3LgA6fh2mWV2BoRw2E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type; b=fE950fpdYGvGjY50Cw5hbXXFjYLtGMhQe0dpMA/ujyBwi4CFH3UgJAtto2BuG1Dm+7 RIIXLCUZHyfpzQgfkdJpmUGOoonEECtqZv3I51Kp6a7uTjNYvBYCxcrrDnMzva5kxwEc dOTEgS1HVgZAnmRV5tv2Q+SPK3sO9HlPiwI/U= Received: by 10.86.178.27 with SMTP id a27mr10241753fgf.79.1268650333313; Mon, 15 Mar 2010 03:52:13 -0700 (PDT) Received: from debian.bg45.phnet (public-docking-hg-3-169.ethz.ch [129.132.246.169]) by mx.google.com with ESMTPS id l12sm944266fgb.7.2010.03.15.03.52.11 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 15 Mar 2010 03:52:12 -0700 (PDT) Message-ID: <4B9E1151.6040905@gmail.com> Date: Mon, 15 Mar 2010 11:52:01 +0100 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20091109) MIME-Version: 1.0 To: The development of GNU GRUB References: <87aaug8iw0.wl%jir@sekiba.com> <4B979915.8020203@gmail.com> <8763545kvt.wl%jir@sekiba.com> <4B9CD76E.8020102@gmail.com> <87k4tdc36m.wl%jir@sekiba.com> In-Reply-To: <87k4tdc36m.wl%jir@sekiba.com> X-Enigmail-Version: 0.95.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig088C992BDB3FE180D9E2209B" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: How can I use grub_getcrc32 in fs module X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 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, 15 Mar 2010 10:52:18 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig088C992BDB3FE180D9E2209B Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Jiro SEKIBA wrote: > -------8<-------8<-------8<-------8<-------8<------- > =3D=3D=3D modified file 'conf/common.rmk' > --- conf/common.rmk 2010-03-10 14:05:15 +0000 > +++ conf/common.rmk 2010-03-10 19:57:34 +0000 > @@ -132,6 +132,7 @@ > DISTCLEANFILES +=3D grub_probe_init.c > =20 > # For grub-setup. > +grub_setup_SOURCES =3D lib/crc.c > grub_setup_init.lst: geninit.sh $(filter-out grub_setup_init.c,$(grub_= setup_SOURCES)) > rm -f $@; grep GRUB_MOD_INIT $(filter %.c,$^) /dev/null > $@ > DISTCLEANFILES +=3D grub_setup_init.lst > -------8<-------8<-------8<-------8<-------8<------- > =20 > grub_setup_SOURCES is in i386-pc.rmk and sparc64-ieee1275.rmk --=20 Regards Vladimir '=CF=86-coder/phcoder' Serbinenko --------------enig088C992BDB3FE180D9E2209B 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.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iF4EAREKAAYFAkueEVsACgkQNak7dOguQgm2WAD/bo+fyR3XdygySjRxOGpY9UtX Hhnsumxq6z+kHlDLaawA/2UNfvu5FSyHxVWSUL0XT7VXtH/ZXqEJAFNFxK4J4p5Z =o/zY -----END PGP SIGNATURE----- --------------enig088C992BDB3FE180D9E2209B--