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

Eduardo Lima Mitev elima at igalia.com
Mon Dec 25 20:23:02 UTC 2017


Patches 06 to 09 are:

Reviewed-by: Eduardo Lima Mitev <elima at igalia.com>

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 <ian.d.romanick at intel.com>
>
> This slightly simplifies later changes that add more Makefile.*.am
> files.
>
> Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
> ---
>  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/compiler/Makefile.am
> index 45b9cc5..1f7a80b 100644
> --- a/src/compiler/Makefile.am
> +++ b/src/compiler/Makefile.am
> @@ -53,6 +53,7 @@ noinst_LTLIBRARIES = libcompiler.la
>  
>  libcompiler_la_SOURCES = $(LIBCOMPILER_FILES)
>  
> +noinst_PROGRAMS =
>  check_PROGRAMS =
>  TESTS =
>  BUILT_SOURCES =
> diff --git a/src/compiler/Makefile.glsl.am b/src/compiler/Makefile.glsl.am
> index 179f415..ad19b14 100644
> --- a/src/compiler/Makefile.glsl.am
> +++ b/src/compiler/Makefile.glsl.am
> @@ -54,7 +54,7 @@ check_PROGRAMS +=					\
>  	glsl/tests/sampler-types-test			\
>  	glsl/tests/uniform-initializer-test
>  
> -noinst_PROGRAMS = glsl_compiler
> +noinst_PROGRAMS += glsl_compiler
>  
>  glsl_tests_blob_test_SOURCES =				\
>  	glsl/tests/blob_test.c



More information about the mesa-dev mailing list