projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00fb3d2
)
t/Makefile: remove test artifacts upon "make clean"
author
Junio C Hamano
<gitster@pobox.com>
Sat, 13 Mar 2010 20:41:20 +0000
(12:41 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Sat, 13 Mar 2010 20:41:20 +0000
(12:41 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/Makefile
patch
|
blob
|
history
diff --git
a/t/Makefile
b/t/Makefile
index bd09390d3208d7eac362cd9cf45f7dde623c4ae6..25c559bb49d04586c69242cd7ef03713f0939e9d 100644
(file)
--- a/
t/Makefile
+++ b/
t/Makefile
@@
-27,6
+27,8
@@
pre-clean:
clean:
$(RM) -r 'trash directory'.* test-results
+ $(RM) t????/cvsroot/CVSROOT/?*
+ $(RM) -r valgrind/bin
aggregate-results-and-cleanup: $(T)
$(MAKE) aggregate-results