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 majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/