mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
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 <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>
This commit is contained in:
parent
3472be2bfd
commit
841f0d2c58
1 changed files with 6 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue