[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140415194319.GV24070@n2100.arm.linux.org.uk>
Date: Tue, 15 Apr 2014 20:43:19 +0100
From: Russell King - ARM Linux <linux@....linux.org.uk>
To: Vince Weaver <vincent.weaver@...ne.edu>
Cc: Christoph Lameter <cl@...ux.com>, Michal Marek <mmarek@...e.cz>,
linux-kernel@...r.kernel.org, Jason Cooper <jason@...edaemon.net>,
Grant Likely <grant.likely@...aro.org>,
Rob Herring <robh+dt@...nel.org>
Subject: Re: [bisected] broken make-kpkg kernel build in 3.15-rc1
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
--
FTTC broadband for 0.8mile line: now at 9.7Mbps down 460kbps up... slowly
improving, and getting towards what was expected from it.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists