From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Lepce-000843-OZ for mharc-grub-devel@gnu.org; Wed, 04 Mar 2009 06:50:48 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lepcd-00081d-6B for grub-devel@gnu.org; Wed, 04 Mar 2009 06:50:47 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LepcZ-0007xf-Q7 for grub-devel@gnu.org; Wed, 04 Mar 2009 06:50:45 -0500 Received: from [199.232.76.173] (port=58927 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LepcZ-0007xc-Jk for grub-devel@gnu.org; Wed, 04 Mar 2009 06:50:43 -0500 Received: from mta-out.inet.fi ([195.156.147.13]:48189 helo=kirsi1.inet.fi) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LepcZ-0004uF-3A for grub-devel@gnu.org; Wed, 04 Mar 2009 06:50:43 -0500 Received: from [192.168.1.102] (84.248.105.254) by kirsi1.inet.fi (8.5.014) id 49ACEC2D000FC027 for grub-devel@gnu.org; Wed, 4 Mar 2009 13:50:42 +0200 Message-ID: <49AE6B0D.2080106@nic.fi> Date: Wed, 04 Mar 2009 13:50:37 +0200 From: =?ISO-8859-1?Q?Vesa_J=E4=E4skel=E4inen?= User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: The development of GRUB 2 References: <20090303.181539.225802738.davem@davemloft.net> In-Reply-To: <20090303.181539.225802738.davem@davemloft.net> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: Re: [PATCH 7/7]: Get cob-webs out of sparc64-ieee1275.rmk X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Mar 2009 11:50:47 -0000 David Miller wrote: > There is no way anyone tried to build the sparc target in > years :-) This updates sparc64-ieee1275.rmk with modern > times and regenerates sparc64-ieee1275.mk as well as > DISTLIST. > > 2009-03-03 David S. Miller > > * conf/sparc64-ieee1275.rmk: Update. > * conf/sparc64-ieee1275.mk: Rebuilt. > * DISTLIST: Rebuilt. There is no need to include .mk files in patches. They just make it a bit chaotic. Please make sure to sync in example normal.mod to be exactly how x86 is. This way that is much easier to maintain. Please compare those to each other and look that they match as much as possible. If you see it sensible to differentiate common arch stuff to own file like in: i386-pc.rmk i386.rmk common.rmk Then please do so.