On 3 March 2017 at 13:26, Eric Engestrom wrote:
> On Friday, 2017-03-03 12:52:56 +0200, Tapani Pälli wrote:
>> when files are being generated the value of $intermediates var content can be
>> completely random, this makes sure that outdir is the wanted one.
>>
>> Fixes: 3f2cb699 ("android: vulkan:
2017-03-03 20:01 GMT+01:00 Mauro Rossi :
> 2017-03-03 11:52 GMT+01:00 Tapani Pälli :
> > when files are being generated the value of $intermediates var content
> can be
> > completely random, this makes sure that outdir is the wanted one.
>
> The value of intermediates variable is local to the mod
2017-03-03 11:52 GMT+01:00 Tapani Pälli :
> when files are being generated the value of $intermediates var content can be
> completely random, this makes sure that outdir is the wanted one.
The value of intermediates variable is local to the module and is set
at the line:
intermediates := $(call
On Friday, 2017-03-03 12:52:56 +0200, Tapani Pälli wrote:
> when files are being generated the value of $intermediates var content can be
> completely random, this makes sure that outdir is the wanted one.
>
> Fixes: 3f2cb699 ("android: vulkan: add support for libmesa_vulkan_util")
> Signed-off-by
when files are being generated the value of $intermediates var content can be
completely random, this makes sure that outdir is the wanted one.
Fixes: 3f2cb699 ("android: vulkan: add support for libmesa_vulkan_util")
Signed-off-by: Tapani Pälli
---
src/vulkan/Android.mk | 3 ++-
1 file changed,