[llvm-commits] CVS: llvm/Makefile

Tanya Brethour tbrethou at cs.uiuc.edu
Sun Nov 7 13:39:52 PST 2004



Changes in directory llvm:

Makefile updated: 1.37 -> 1.38
---
Log message:

Changed check-dejagnu to take TESTSUITE as its args instead of TEST in order to not conflict with other stuff. Added path for test/Scripts. Also added a check to deal with TESTSUITE and runtest flags.


---
Diffs of the changes:  (+1 -1)

Index: llvm/Makefile
diff -u llvm/Makefile:1.37 llvm/Makefile:1.38
--- llvm/Makefile:1.37	Sun Nov  7 02:29:03 2004
+++ llvm/Makefile	Sun Nov  7 15:39:41 2004
@@ -37,4 +37,4 @@
 tools-only: all
 
 check-dejagnu:
-	cd test; $(MAKE) check-dejagnu TEST=$(TEST)
+	cd test; $(MAKE) check-dejagnu TESTSUITE=$(TESTSUITE) TARGET=$(TARGET_TRIPLE)






More information about the llvm-commits mailing list