[llvm-commits] CVS: llvm/test/Programs/MultiSource/Applications/Makefile
John Criswell
criswell at cs.uiuc.edu
Thu Jan 1 11:15:01 PST 2004
Changes in directory llvm/test/Programs/MultiSource/Applications:
Makefile updated: 1.3 -> 1.4
---
Log message:
Enable the D Parser generator test for Linux.
I'll probably enable it for Sparc soon, but it hasn't finished testing
yet.
---
Diffs of the changes: (+6 -1)
Index: llvm/test/Programs/MultiSource/Applications/Makefile
diff -u llvm/test/Programs/MultiSource/Applications/Makefile:1.3 llvm/test/Programs/MultiSource/Applications/Makefile:1.4
--- llvm/test/Programs/MultiSource/Applications/Makefile:1.3 Mon Dec 29 11:40:20 2003
+++ llvm/test/Programs/MultiSource/Applications/Makefile Thu Jan 1 11:14:25 2004
@@ -2,6 +2,11 @@
LEVEL = ../../../..
-PARALLEL_DIRS := Burg aha sgefa siod lambda-0.1.3
+include $(LEVEL)/Makefile.config
+
+PARALLEL_DIRS = Burg aha sgefa siod lambda-0.1.3
+ifeq ($(OS),Linux)
+PARALLEL_DIRS += d
+endif
include $(LEVEL)/test/Programs/Makefile.programs
More information about the llvm-commits
mailing list