[llvm-commits] CVS: llvm/test/Programs/Makefile.programs RunSafely_trace_execs.sh

Chris Lattner lattner at cs.uiuc.edu
Mon Jul 21 15:03:03 PDT 2003


Changes in directory llvm/test/Programs:

Makefile.programs updated: 1.70 -> 1.71
RunSafely_trace_execs.sh (r1.1) removed

---
Log message:

Runsafely and the RunSafely_trace_execs scripts are effectively the same
This is a first step to eliminate the RUNSAFELY_TRACE_EXECS variable



---
Diffs of the changes:

Index: llvm/test/Programs/Makefile.programs
diff -u llvm/test/Programs/Makefile.programs:1.70 llvm/test/Programs/Makefile.programs:1.71
--- llvm/test/Programs/Makefile.programs:1.70	Mon Jul 21 14:16:39 2003
+++ llvm/test/Programs/Makefile.programs	Mon Jul 21 15:02:06 2003
@@ -79,7 +79,7 @@
 # continue to be run.
 RUNSAFELY := $(PROGDIR)/RunSafely.sh $(RUNTIMELIMIT)
 
-RUNSAFELY_TRACE_EXECS := $(PROGDIR)/RunSafely_trace_execs.sh $(RUNTIMELIMIT)
+RUNSAFELY_TRACE_EXECS := $(RUNSAFELY)
 
 ifndef STDIN_FILENAME
 STDIN_FILENAME := /dev/null





More information about the llvm-commits mailing list