[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Prolangs-C/Makefile
Andrew Lenharth
alenhar2 at cs.uiuc.edu
Mon Jan 9 13:25:07 PST 2006
Changes in directory llvm-test/MultiSource/Benchmarks/Prolangs-C:
Makefile updated: 1.4 -> 1.5
---
Log message:
temporary, will remove soon
---
Diffs of the changes: (+4 -1)
Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletion(-)
Index: llvm-test/MultiSource/Benchmarks/Prolangs-C/Makefile
diff -u llvm-test/MultiSource/Benchmarks/Prolangs-C/Makefile:1.4 llvm-test/MultiSource/Benchmarks/Prolangs-C/Makefile:1.5
--- llvm-test/MultiSource/Benchmarks/Prolangs-C/Makefile:1.4 Fri Dec 10 12:08:08 2004
+++ llvm-test/MultiSource/Benchmarks/Prolangs-C/Makefile Mon Jan 9 15:24:45 2006
@@ -11,7 +11,10 @@
PARALLEL_DIRS := $(filter-out bison, $(PARALLEL_DIRS))
endif
-
+# Disable until disk space eating bug can be fixed
+ifeq ($(ARCH), Alpha)
+PARALLEL_DIRS := $(filter-out bison, $(PARALLEL_DIRS))
+endif
include $(LEVEL)/Makefile.programs
More information about the llvm-commits
mailing list