Re: [Mesa-dev] [PATCH 09/12] compiler: All leaf Makefile.am should use +=

2017-12-25 Thread Eduardo Lima Mitev
Patches 06 to 09 are: Reviewed-by: Eduardo Lima Mitev However, I could not test 06 and 07 because they depend on applying 05 which needs update. Both look good, though. Eduardo On 11/21/2017 02:24 AM, Ian Romanick wrote: > From: Ian Romanick > > This slightly simplifies later changes that add

[Mesa-dev] [PATCH 09/12] compiler: All leaf Makefile.am should use +=

2017-11-20 Thread Ian Romanick
From: Ian Romanick This slightly simplifies later changes that add more Makefile.*.am files. Signed-off-by: Ian Romanick --- src/compiler/Makefile.am | 1 + src/compiler/Makefile.glsl.am | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/compiler/Makefile.am b/src/c