[llvm-commits] CVS: llvm/Makefile
Alkis Evlogimenos
alkis at cs.uiuc.edu
Sun Nov 7 21:35:14 PST 2004
Changes in directory llvm:
Makefile updated: 1.39 -> 1.40
---
Log message:
Override PATH to submake so that all tools are found if the PATH is
not set up properly (it also avoids using different tools that happen
to be in the path).
---
Diffs of the changes: (+1 -1)
Index: llvm/Makefile
diff -u llvm/Makefile:1.39 llvm/Makefile:1.40
--- llvm/Makefile:1.39 Sun Nov 7 15:43:57 2004
+++ llvm/Makefile Sun Nov 7 23:35:03 2004
@@ -37,4 +37,4 @@
tools-only: all
check-dejagnu:
- cd test; $(MAKE) check-dejagnu TESTSUITE=$(TESTSUITE)
+ PATH=$(LLVMToolDir):$(PATH) $(MAKE) -C test check-dejagnu TESTSUITE=$(TESTSUITE)
More information about the llvm-commits
mailing list