Hi, On Thu, Jul 31, 2014 at 06:01:40PM -0400, Jon Ringle wrote: > Is there an env variable that I can reference from a make rule that > points to a package's build directory if <PKG>_BUILD_OOT := YES ?
I tried to do this at some point. Unfortunately it's not that easy. Packages with <PKG>_CONF_TOOL == cmake build out-of-tree by default. Handling that correctly while making sure all variables are resolved in the correct order is not that simple. Maybe I'll get around to implement that in the future, but no promises. Michael -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list [email protected]
