[llvm-commits] CVS: llvm/test/DSGraphs/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Wed Nov 6 19:58:00 PST 2002
Changes in directory llvm/test/DSGraphs:
Makefile updated: 1.4 -> 1.5
---
Log message:
Automatically backup the last report generated.
---
Diffs of the changes:
Index: llvm/test/DSGraphs/Makefile
diff -u llvm/test/DSGraphs/Makefile:1.4 llvm/test/DSGraphs/Makefile:1.5
--- llvm/test/DSGraphs/Makefile:1.4 Wed Nov 6 19:51:16 2002
+++ llvm/test/DSGraphs/Makefile Wed Nov 6 19:56:50 2002
@@ -58,4 +58,5 @@
gmake all 2>&1 | tee report.raw.out
report: report.raw.out
+ -mv -f report.txt report.old.txt
./generate_report.pl report.raw.out 2>&1 | tee report.txt
More information about the llvm-commits
mailing list