Re: [Mesa-dev] [PATCH] android: fix outdir for gen_enum_to_str files

2017-03-04 Thread Emil Velikov
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:

Re: [Mesa-dev] [PATCH] android: fix outdir for gen_enum_to_str files

2017-03-04 Thread Mauro Rossi
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

Re: [Mesa-dev] [PATCH] android: fix outdir for gen_enum_to_str files

2017-03-03 Thread 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 module and is set at the line: intermediates := $(call

Re: [Mesa-dev] [PATCH] android: fix outdir for gen_enum_to_str files

2017-03-03 Thread Eric Engestrom
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

[Mesa-dev] [PATCH] android: fix outdir for gen_enum_to_str files

2017-03-03 Thread 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. Fixes: 3f2cb699 ("android: vulkan: add support for libmesa_vulkan_util") Signed-off-by: Tapani Pälli --- src/vulkan/Android.mk | 3 ++- 1 file changed,