X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=t%2FMakefile;h=fc9f734fef697e77f8b3ac1811a863636354b958;hb=902d960b382a0cd424618ff4e1316da40e4be2f6;hp=198c5eda7c76f2059ce96ad471cd059cb27867f9;hpb=dfe070511c652f2b8e1bf6540f238c9ca9ba41d3;p=git.git diff --git a/t/Makefile b/t/Makefile index 198c5eda..fc9f734f 100644 --- a/t/Makefile +++ b/t/Makefile @@ -3,13 +3,12 @@ # Copyright (c) 2005 Junio C Hamano # #OPTS=--verbose --debug -OPTS= T = $(wildcard t[0-9][0-9][0-9][0-9]-*.sh) -all:: +all: @$(foreach t,$T,echo "*** $t ***"; sh $t $(OPTS) || exit; ) - rm -fr trash + @rm -fr trash -clean:: +clean: rm -fr trash