Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753114AbaDOT45 (ORCPT ); Tue, 15 Apr 2014 15:56:57 -0400 Received: from qmta14.emeryville.ca.mail.comcast.net ([76.96.27.212]:46343 "EHLO qmta14.emeryville.ca.mail.comcast.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750938AbaDOT44 (ORCPT ); Tue, 15 Apr 2014 15:56:56 -0400 Date: Tue, 15 Apr 2014 14:56:53 -0500 (CDT) From: Christoph Lameter X-X-Sender: cl@gentwo.org To: srivastava@debian.org cc: Russell King - ARM Linux , Vince Weaver , Michal Marek , linux-kernel@vger.kernel.org, Jason Cooper , Grant Likely , Rob Herring Subject: Re: [bisected] broken make-kpkg kernel build in 3.15-rc1 In-Reply-To: <20140415194319.GV24070@n2100.arm.linux.org.uk> Message-ID: References: <534D4A59.6080401@suse.cz> <534D6510.3070509@suse.cz> <20140415182653.GR24070@n2100.arm.linux.org.uk> <20140415193116.GU24070@n2100.arm.linux.org.uk> <20140415194319.GV24070@n2100.arm.linux.org.uk> Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Manoj: what is the right fix here? On Tue, 15 Apr 2014, Russell King - ARM Linux wrote: > On Tue, Apr 15, 2014 at 03:39:47PM -0400, Vince Weaver wrote: > > On Tue, 15 Apr 2014, Russell King - ARM Linux wrote: > > > > > > Hmm, any ideas what HAVE_INST_PATH is set to? It would be good to have > > > the complete picture on this bug. :) > > > > In debian/ruleset/misc/version_vars.mk > > > > HAVE_INST_PATH =$(call doit,grep -E '\(INSTALL_PATH\)' Makefile 2>/dev/null ) > > Ah, so that would match on: > > export INSTALL_DTBS_PATH ?= $(INSTALL_PATH)/dtbs/$(KERNELRELEASE) > ^^^^^^^^^^^^^^ > > So it's matching on use of INSTALL_PATH not whether INSTALL_PATH has been > defined. Interesting concept. :p > > -- 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/