From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1QlSYI-0001OP-PS for mharc-grub-devel@gnu.org; Mon, 25 Jul 2011 17:19:02 -0400 Received: from eggs.gnu.org ([140.186.70.92]:35181) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QlSYF-0001Li-Qo for grub-devel@gnu.org; Mon, 25 Jul 2011 17:19:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QlSYE-0000Ai-O2 for grub-devel@gnu.org; Mon, 25 Jul 2011 17:18:59 -0400 Received: from mail-ey0-f174.google.com ([209.85.215.174]:41116) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QlSYE-0000AT-8v for grub-devel@gnu.org; Mon, 25 Jul 2011 17:18:58 -0400 Received: by eyx24 with SMTP id 24so6400827eyx.19 for ; Mon, 25 Jul 2011 14:18:57 -0700 (PDT) Received: by 10.14.17.129 with SMTP id j1mr1669037eej.121.1311628736818; Mon, 25 Jul 2011 14:18:56 -0700 (PDT) Received: from [192.168.42.117] (cpe.ge-0-1-0-393.taanqu1.customer.tele.dk [80.160.92.2]) by mx.google.com with ESMTPS id 16sm688310eei.47.2011.07.25.14.18.55 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 25 Jul 2011 14:18:55 -0700 (PDT) Message-ID: <4E2DDDBD.4020305@kiilerich.com> Date: Mon, 25 Jul 2011 23:18:53 +0200 From: Mads Kiilerich User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.18) Gecko/20110621 Fedora/3.1.11-1.fc14 Thunderbird/3.1.11 MIME-Version: 1.0 To: grub-devel@gnu.org Subject: dist: include int.S in tar ball Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.215.174 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, 25 Jul 2011 21:19:00 -0000 dist: include int.S in tar ball diff -r 61b8421b8c8a -r f82d297442b1 grub-core/Makefile.core.def --- a/grub-core/Makefile.core.def Mon Jul 25 23:13:12 2011 +0200 +++ b/grub-core/Makefile.core.def Mon Jul 25 23:14:01 2011 +0200 @@ -218,6 +218,7 @@ videoinkernel = commands/boot.c; + extra_dist = kern/i386/int.S; extra_dist = kern/i386/realmode.S; extra_dist = kern/i386/pc/lzma_decode.S; extra_dist = kern/mips/cache_flush.S; /Mads