Re: [Mesa-dev] [PATCH 01/19] i965: automake: correctly set MKDIR_GEN

2017-01-20 Thread Emil Velikov
On 16 January 2017 at 18:30, Kenneth Graunke wrote: > On Monday, January 16, 2017 3:45:32 PM PST Emil Velikov wrote: >> From: Emil Velikov >> >> Otherwise we might end up w/o the respective folder (depending on >> autotools version) and fail at build time. >> >> Fixes: bfd17c76c12 "i965: Port INT

Re: [Mesa-dev] [PATCH 01/19] i965: automake: correctly set MKDIR_GEN

2017-01-16 Thread Kenneth Graunke
On Monday, January 16, 2017 3:45:32 PM PST Emil Velikov wrote: > From: Emil Velikov > > Otherwise we might end up w/o the respective folder (depending on > autotools version) and fail at build time. > > Fixes: bfd17c76c12 "i965: Port INTEL_PRECISE_TRIG=1 to NIR." > Cc: "12.0 13.0" > Cc: Kenneth

[Mesa-dev] [PATCH 01/19] i965: automake: correctly set MKDIR_GEN

2017-01-16 Thread Emil Velikov
From: Emil Velikov Otherwise we might end up w/o the respective folder (depending on autotools version) and fail at build time. Fixes: bfd17c76c12 "i965: Port INTEL_PRECISE_TRIG=1 to NIR." Cc: "12.0 13.0" Cc: Kenneth Graunke Signed-off-by: Emil Velikov --- Worth setting in configure and/or us