From 841f0d2c58d1d6cf373ce3195829d38878142aa0 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Thu, 16 Mar 2017 18:03:34 +0000 Subject: [PATCH] glsl/tests: automake: cleanup all artefacts during clean-local With later commits we'll fix the generators to produce the files in the correct location. That in itself will cause an issue since the files will be left dangling and make distcheck will fail. v2: Use -r only as needed (Eric) Cc: Matt Turner Signed-off-by: Emil Velikov Acked-by: Kenneth Graunke (v1) Reviewed-by: Eric Engestrom --- src/compiler/Makefile.glsl.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/compiler/Makefile.glsl.am b/src/compiler/Makefile.glsl.am index 43fd6a9..d6b034e 100644 --- a/src/compiler/Makefile.glsl.am +++ b/src/compiler/Makefile.glsl.am @@ -251,6 +251,12 @@ CLEANFILES += \ glsl/glcpp/glcpp-lex.c clean-local: + $(RM) glsl/tests/lower_jumps/*.opt_test + $(RM) glsl/tests/lower_jumps/*.expected + $(RM) glsl/tests/lower_jumps/*.out + $(RM) glsl/tests/warnings/*.out + $(RM) glsl/glcpp/tests/*.out + $(RM) -r glsl/glcpp/tests/subtest*/ $(RM) -r subtest-cr subtest-cr-lf subtest-lf subtest-lf-cr dist-hook: -- 2.7.4