From: Emil Velikov Date: Thu, 16 Mar 2017 18:03:34 +0000 (+0000) Subject: glsl/tests: automake: cleanup all artefacts during clean-local X-Git-Tag: upstream/17.1.0~986 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=841f0d2c58d1d6cf373ce3195829d38878142aa0;p=platform%2Fupstream%2Fmesa.git 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 --- 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: