[llvm-commits] CVS: llvm/test/Makefile

Reid Spencer reid at x10sys.com
Sat Apr 14 23:23:18 PDT 2007



Changes in directory llvm/test:

Makefile updated: 1.97 -> 1.98
---
Log message:

Echo command lines only if the user wants them.


---
Diffs of the changes:  (+1 -1)

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/Makefile
diff -u llvm/test/Makefile:1.97 llvm/test/Makefile:1.98
--- llvm/test/Makefile:1.97	Sun Apr 15 01:18:50 2007
+++ llvm/test/Makefile	Sun Apr 15 01:22:48 2007
@@ -48,7 +48,7 @@
 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\" }" ; \






More information about the llvm-commits mailing list