diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-04-15 06:22:48 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-04-15 06:22:48 +0000 |
commit | 6d4a417df9bb79546cb6bd52f5ddabcacdd1b18a (patch) | |
tree | 76fcf7547e52f6fe48c76c02348450ccdcd73b92 /llvm/test | |
parent | a9482c891695cba8cd452908c6336e390f521070 (diff) | |
download | bcm5719-llvm-6d4a417df9bb79546cb6bd52f5ddabcacdd1b18a.tar.gz bcm5719-llvm-6d4a417df9bb79546cb6bd52f5ddabcacdd1b18a.zip |
Echo command lines only if the user wants them.
llvm-svn: 36050
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Makefile b/llvm/test/Makefile index 7c8a7b3bd72..53e3c5383b2 100644 --- a/llvm/test/Makefile +++ b/llvm/test/Makefile @@ -48,7 +48,7 @@ CLEANED_TESTONE := $(patsubst test/%,%,$(CLEANED_TESTONE)) SUBDIR := $(shell dirname $(CLEANED_TESTONE)) TESTPATH := $(LLVM_SRC_ROOT)/test/$(CLEANED_TESTONE) check-one: site.exp $(TCLSH) - @( echo "source $(LLVM_SRC_ROOT)/test/site.exp" ; \ + $(Verb)( echo "source $(LLVM_SRC_ROOT)/test/site.exp" ; \ echo "set subdir $(SUBDIR)" ; \ echo "proc pass { msg } { puts \"PASS: \$$msg\" } "; \ echo "proc fail { msg } { puts \"FAIL: \$$msg\" }" ; \ |