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 <mattst88@gmail.com>
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Acked-by: Kenneth Graunke <kenneth@whitecape.org> (v1)
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
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: