From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Mosberger Date: Tue, 24 Feb 2004 02:08:13 +0000 Subject: Re: [PATCH] improve gate generation Message-Id: <16442.45581.510945.768578@napali.hpl.hp.com> List-Id: References: <20040224015640.GJ25779@parcelfarce.linux.theplanet.co.uk> In-Reply-To: <20040224015640.GJ25779@parcelfarce.linux.theplanet.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org >>>>> On Tue, 24 Feb 2004 01:56:40 +0000, Matthew Wilcox said: Matthew> This patch fixes a couple of things. Matthew> - gate.lds.s is generated in the obj tree, not the src tree. Matthew> - It can be generated by the normal .s.S rule. OK. Matthew> - Adding the extra-y list prevents it from being rebuilt Matthew> unnecessarily. Ah, so _that's_ the missing magic. Now if only the patch applied with "patch -p1"... (don't worry about it this time---I fixed it by hand). Thanks, --david