[llvm-commits] CVS: llvm-test/TEST.nightly.Makefile
Reid Spencer
reid at x10sys.com
Sat Nov 25 00:54:08 PST 2006
Changes in directory llvm-test:
TEST.nightly.Makefile updated: 1.42 -> 1.43
---
Log message:
Don't echo commands uselessly.
---
Diffs of the changes: (+1 -1)
TEST.nightly.Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/TEST.nightly.Makefile
diff -u llvm-test/TEST.nightly.Makefile:1.42 llvm-test/TEST.nightly.Makefile:1.43
--- llvm-test/TEST.nightly.Makefile:1.42 Wed Oct 26 11:45:24 2005
+++ llvm-test/TEST.nightly.Makefile Sat Nov 25 02:53:53 2006
@@ -51,7 +51,7 @@
$(PROGRAMS_TO_TEST:%=Output/%.nightly.nat.report.txt): \
Output/%.nightly.nat.report.txt: Output/%.out-nat
@echo > $@
- printf "TEST-RESULT-nat-time: " >> $@
+ @printf "TEST-RESULT-nat-time: " >> $@
-grep "^program" Output/$*.out-nat.time >> $@
# LLC tests
More information about the llvm-commits
mailing list