[llvm-commits] CVS: llvm-test/External/Makefile Makefile.external

John Criswell criswell at cs.uiuc.edu
Wed Sep 1 07:34:14 PDT 2004



Changes in directory llvm-test/External:

Makefile updated: 1.9 -> 1.10
Makefile.external updated: 1.1 -> 1.2
---
Log message:

Migrating test suite out of the source tree.



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

Index: llvm-test/External/Makefile
diff -u llvm-test/External/Makefile:1.9 llvm-test/External/Makefile:1.10
--- llvm-test/External/Makefile:1.9	Thu Aug 12 20:55:41 2004
+++ llvm-test/External/Makefile	Wed Sep  1 09:33:19 2004
@@ -1,4 +1,4 @@
-LEVEL = ../../..
+LEVEL = ..
 
 #
 # Include the configuration so that we know whether or not to include SPEC


Index: llvm-test/External/Makefile.external
diff -u llvm-test/External/Makefile.external:1.1 llvm-test/External/Makefile.external:1.2
--- llvm-test/External/Makefile.external:1.1	Thu May 29 15:24:10 2003
+++ llvm-test/External/Makefile.external	Wed Sep  1 09:33:19 2004
@@ -6,5 +6,5 @@
 #
 ##===----------------------------------------------------------------------===##
 
-include $(LEVEL)/test/Programs/Makefile.programs
+include $(LEVEL)/Makefile.programs
 .PRECIOUS: Output/%.linked.rll






More information about the llvm-commits mailing list