[llvm-commits] CVS: llvm-test/MultiSource/Makefile Makefile.multisrc
John Criswell
criswell at cs.uiuc.edu
Wed Sep 1 07:34:25 PDT 2004
Changes in directory llvm-test/MultiSource:
Makefile updated: 1.4 -> 1.5
Makefile.multisrc updated: 1.42 -> 1.43
---
Log message:
Migrating test suite out of the source tree.
---
Diffs of the changes: (+3 -3)
Index: llvm-test/MultiSource/Makefile
diff -u llvm-test/MultiSource/Makefile:1.4 llvm-test/MultiSource/Makefile:1.5
--- llvm-test/MultiSource/Makefile:1.4 Tue Dec 2 11:10:45 2003
+++ llvm-test/MultiSource/Makefile Wed Sep 1 09:33:20 2004
@@ -1,5 +1,5 @@
# MultiSource Makefile: Build all subdirectories automatically
-LEVEL = ../../..
+LEVEL = ..
PARALLEL_DIRS := Applications Benchmarks
-include $(LEVEL)/test/Programs/Makefile.programs
+include $(LEVEL)/Makefile.programs
Index: llvm-test/MultiSource/Makefile.multisrc
diff -u llvm-test/MultiSource/Makefile.multisrc:1.42 llvm-test/MultiSource/Makefile.multisrc:1.43
--- llvm-test/MultiSource/Makefile.multisrc:1.42 Tue May 4 16:39:22 2004
+++ llvm-test/MultiSource/Makefile.multisrc Wed Sep 1 09:33:20 2004
@@ -17,7 +17,7 @@
# FIXME: LIBS SHOULD BE SPECIFIED
LIBS += -lm
-include $(LEVEL)/test/Programs/Makefile.programs
+include $(LEVEL)/Makefile.programs
# Figure out what object files we want to build...
LObjs := $(sort $(addsuffix .rbc, $(notdir $(basename $(Source)))))
More information about the llvm-commits
mailing list