Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755936AbYFEKoK (ORCPT ); Thu, 5 Jun 2008 06:44:10 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754557AbYFEKnz (ORCPT ); Thu, 5 Jun 2008 06:43:55 -0400 Received: from pasmtpb.tele.dk ([80.160.77.98]:59610 "EHLO pasmtpB.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754455AbYFEKny (ORCPT ); Thu, 5 Jun 2008 06:43:54 -0400 Date: Thu, 5 Jun 2008 12:44:34 +0200 From: Sam Ravnborg To: David Woodhouse Cc: Kamalesh Babulal , Stephen Rothwell , linux-next@vger.kernel.org, LKML , Andy Whitcroft Subject: Re: [BUILD-FAILURE] linux-next: Tree for June 4 - firmware/keyspan/mpr.fw.gen.S Message-ID: <20080605104434.GA17961@uranus.ravnborg.org> References: <20080604180025.3ecd03ff.sfr@canb.auug.org.au> <48468091.5000102@linux.vnet.ibm.com> <1212586717.32207.71.camel@pmac.infradead.org> <20080605091319.GA17469@uranus.ravnborg.org> <1212657333.32207.178.camel@pmac.infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1212657333.32207.178.camel@pmac.infradead.org> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1726 Lines: 42 On Thu, Jun 05, 2008 at 10:15:33AM +0100, David Woodhouse wrote: > On Thu, 2008-06-05 at 11:13 +0200, Sam Ravnborg wrote: > > On Wed, Jun 04, 2008 at 02:38:37PM +0100, David Woodhouse wrote: > > > On Wed, 2008-06-04 at 17:16 +0530, Kamalesh Babulal wrote: > > > > Hi Stephen, > > > > > > > > The next-20080604 kernel build fails on the x86_64 machine > > > > > > > > make[1]: *** No rule to make target `/usr/local/autobench/autotest/tmp/build/linux/$(dir)', needed by `firmware/keyspan/mpr.fw.gen.S'. Stop. > > > > make: *** [firmware] Error 2 > > > > > > Does this 'fix' it? > > > > The correct fix is to get rid of make 3.81 features. > > We do want the kernel buildable with make 3.79 and we have today only two > > places where we do need a newer version of make: > > > > scripts/Makefile.headerinst > > and now > > firmware/Makefile > > > > Both places should be reworked to avoid this dependency. > > I plan to take care of Makfile.headerinst soonish in an attempt > > to speed up the checking process (has been on my TODO list for a long time), > > > > And we should not introuduce the below make 3.81 specific feature. > > I have not looked into alternative - sorry. > > I've committed an alternative for firmware/Makefile. > What's the problem in Makefile.headersinst? It uses order-only in this line: $(objhdr-y) $(subdir-y) $(header-y) $(unifdef-y): | $(INSTALL_HDR_PATH)/$(_dst) $(unwanted) Not a big deal as this is only used during make headers_* Sam -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/