[llvm-commits] CVS: llvm-test/SingleSource/Makefile
Lauro Ramos Venancio
lauro.venancio at gmail.com
Fri May 4 14:51:04 PDT 2007
Changes in directory llvm-test/SingleSource:
Makefile updated: 1.12 -> 1.13
---
Log message:
Merge Evan's remote test implementation with mine: Allow to define the
crosscompilers (cross gcc and cross llvm-gcc).
---
Diffs of the changes: (+7 -1)
Makefile | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletion(-)
Index: llvm-test/SingleSource/Makefile
diff -u llvm-test/SingleSource/Makefile:1.12 llvm-test/SingleSource/Makefile:1.13
--- llvm-test/SingleSource/Makefile:1.12 Wed Sep 1 09:33:26 2004
+++ llvm-test/SingleSource/Makefile Fri May 4 16:50:39 2007
@@ -1,5 +1,11 @@
LEVEL = ..
-PARALLEL_DIRS = UnitTests Regression Benchmarks CustomChecked
+
+PARALLEL_DIRS = UnitTests Regression Benchmarks
+
+ifndef REMOTE_HOST
+PARALLEL_DIRS += CustomChecked
+endif
+
LDFLAGS += -lm
include Makefile.singlesrc
More information about the llvm-commits
mailing list