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

Chris Lattner lattner at cs.uiuc.edu
Mon Jun 16 19:28:00 PDT 2003


Changes in directory llvm/test:

Makefile.tests updated: 1.63 -> 1.64

---
Log message:

Just _EXTEND_ the current path.  Don't replace it.  Replacing it makes it
impossible for scripts to find user tools like sed.


---
Diffs of the changes:

Index: llvm/test/Makefile.tests
diff -u llvm/test/Makefile.tests:1.63 llvm/test/Makefile.tests:1.64
--- llvm/test/Makefile.tests:1.63	Mon Jun 16 14:16:32 2003
+++ llvm/test/Makefile.tests	Mon Jun 16 19:27:43 2003
@@ -53,7 +53,7 @@
 LCXXFLAGS += -O2 -Wall
 LLCFLAGS =
 FAILURE  = $(LEVEL)/test/Failure.sh
-TESTRUNR = PATH=$(LLVMTOOLCURRENT) $(LEVEL)/test/TestRunner.sh
+TESTRUNR = PATH=$(PATH):$(LLVMTOOLCURRENT) $(LEVEL)/test/TestRunner.sh
 
 # Native Tool Definitions
 NATGCC  = $(CC)





More information about the llvm-commits mailing list