[llvm-commits] CVS: llvm-test/MultiSource/Applications/Makefile

Tanya Brethour tbrethou at cs.uiuc.edu
Tue Apr 26 22:08:27 PDT 2005



Changes in directory llvm-test/MultiSource/Applications:

Makefile updated: 1.17 -> 1.18
---
Log message:

Disable SPASS on sparc since it seems to be infinitely looping.


---
Diffs of the changes:  (+4 -0)

 Makefile |    4 ++++
 1 files changed, 4 insertions(+)


Index: llvm-test/MultiSource/Applications/Makefile
diff -u llvm-test/MultiSource/Applications/Makefile:1.17 llvm-test/MultiSource/Applications/Makefile:1.18
--- llvm-test/MultiSource/Applications/Makefile:1.17	Sun Apr 24 23:26:57 2005
+++ llvm-test/MultiSource/Applications/Makefile	Wed Apr 27 00:08:11 2005
@@ -21,4 +21,8 @@
 PARALLEL_DIRS += kimwitu++
 endif
 
+ifeq ($(OS),SunOS)
+PARALLEL_DIRS := $(filter-out SPASS, $(PARALLEL_DIRS))
+endif
+
 include $(LEVEL)/Makefile.programs






More information about the llvm-commits mailing list