summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: dfe0705)
raw | patch | inline | side by side (parent: dfe0705)
author | Petr Baudis <pasky@ucw.cz> | |
Sat, 14 May 2005 15:57:32 +0000 (17:57 +0200) | ||
committer | Petr Baudis <xpasky@machine.sinus.cz> | |
Sat, 14 May 2005 15:57:32 +0000 (17:57 +0200) |
t/Makefile now does not use double-colon rules (why would it?), the rm
-fr trash in the all rule is silent, and OPTS aren't set to blank so
that they can be taken from the environment.
-fr trash in the all rule is silent, and OPTS aren't set to blank so
that they can be taken from the environment.
t/Makefile | patch | blob | history |
diff --git a/t/Makefile b/t/Makefile
index 198c5eda7c76f2059ce96ad471cd059cb27867f9..fc9f734fef697e77f8b3ac1811a863636354b958 100644 (file)
--- a/t/Makefile
+++ b/t/Makefile
# 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