projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a29ae0b
)
glsl: Add dist-hook to delete glcpp test *.out files.
author
Matt Turner
<mattst88@gmail.com>
Sun, 7 Dec 2014 23:23:47 +0000
(15:23 -0800)
committer
Matt Turner
<mattst88@gmail.com>
Fri, 12 Dec 2014 20:11:50 +0000
(12:11 -0800)
src/glsl/Makefile.am
patch
|
blob
|
history
diff --git
a/src/glsl/Makefile.am
b/src/glsl/Makefile.am
index 565b5b670ed02724d0b0789c847249d966ba6f90..9a3131738da59d471fc39b2b745987ce36c42b40 100644
(file)
--- a/
src/glsl/Makefile.am
+++ b/
src/glsl/Makefile.am
@@
-212,3
+212,7
@@
CLEANFILES = \
clean-local:
$(RM) -r subtest-cr subtest-cr-lf subtest-lf subtest-lf-cr
+
+dist-hook:
+ $(RM) glcpp/tests/*.out
+ $(RM) glcpp/tests/subtest*/*.out