From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from pasmtpb.tele.dk ([80.160.77.98]:53128 "EHLO pasmtpB.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759519AbYFHL3q (ORCPT ); Sun, 8 Jun 2008 07:29:46 -0400 Date: Sun, 8 Jun 2008 13:30:28 +0200 From: Sam Ravnborg Subject: Re: [PATCH] Speed up "make headers_*" Message-ID: <20080608113028.GE10545@uranus.ravnborg.org> References: <20080608094730.GA30098@uranus.ravnborg.org> <1212924004.32207.498.camel@pmac.infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1212924004.32207.498.camel@pmac.infradead.org> Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: David Woodhouse Cc: linux-kbuild , LKML , Linus Torvalds On Sun, Jun 08, 2008 at 12:20:04PM +0100, David Woodhouse wrote: > On Sun, 2008-06-08 at 11:47 +0200, Sam Ravnborg wrote: > > + $(MAKE) ARCH=$$arch SRCARCH=$$arch $(hdr-inst)=include \ > > + BIASMDIR=-bi-$$arch ;\ > > We still use $(BIASMDIR) as a trigger to install into asm-$(ARCH)/ > instead of just to asm/, for 'headers_install_all'. But it's a fairly > bad name now, since it doesn't do what it used to do. Thanks. I will name it ASMDIR and set it to 'y' if we shall install to asm/ Sam