Re: [Mesa-dev] [PATCH] i965: avoid using a GNU make pattern rule

2017-03-16 Thread Emil Velikov
On 16 March 2017 at 23:53, Robert Bragg wrote: > On Thu, Mar 16, 2017 at 1:50 PM, Emil Velikov > wrote: >> On 16 March 2017 at 02:49, Jonathan Gray wrote: >>> % pattern rules are a GNU extension. As there is only one file here >>> avoid patterns and globbing entirely to fix the build on non-GN

Re: [Mesa-dev] [PATCH] i965: avoid using a GNU make pattern rule

2017-03-16 Thread Robert Bragg
On Thu, Mar 16, 2017 at 1:50 PM, Emil Velikov wrote: > On 16 March 2017 at 02:49, Jonathan Gray wrote: >> % pattern rules are a GNU extension. As there is only one file here >> avoid patterns and globbing entirely to fix the build on non-GNU make. >> >> Signed-off-by: Jonathan Gray >> --- >> s

Re: [Mesa-dev] [PATCH] i965: avoid using a GNU make pattern rule

2017-03-16 Thread Emil Velikov
On 16 March 2017 at 02:49, Jonathan Gray wrote: > % pattern rules are a GNU extension. As there is only one file here > avoid patterns and globbing entirely to fix the build on non-GNU make. > > Signed-off-by: Jonathan Gray > --- > src/mesa/drivers/dri/i965/Makefile.am | 8 > 1 file ch

[Mesa-dev] [PATCH] i965: avoid using a GNU make pattern rule

2017-03-15 Thread Jonathan Gray
% pattern rules are a GNU extension. As there is only one file here avoid patterns and globbing entirely to fix the build on non-GNU make. Signed-off-by: Jonathan Gray --- src/mesa/drivers/dri/i965/Makefile.am | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mesa/