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

John Criswell criswell at cs.uiuc.edu
Tue Nov 8 13:12:02 PST 2005



Changes in directory llvm-test/MultiSource/Applications:

Makefile updated: 1.21 -> 1.22
---
Log message:

Merged from RELEASE_16.



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

 Makefile |    1 +
 1 files changed, 1 insertion(+)


Index: llvm-test/MultiSource/Applications/Makefile
diff -u llvm-test/MultiSource/Applications/Makefile:1.21 llvm-test/MultiSource/Applications/Makefile:1.22
--- llvm-test/MultiSource/Applications/Makefile:1.21	Fri Aug  5 01:20:48 2005
+++ llvm-test/MultiSource/Applications/Makefile	Tue Nov  8 15:11:32 2005
@@ -18,6 +18,7 @@
 
 ifeq ($(OS),SunOS)
 PARALLEL_DIRS := $(filter-out SPASS, $(PARALLEL_DIRS))
+PARALLEL_DIRS := $(filter-out hexxagon, $(PARALLEL_DIRS))
 endif
 
 include $(LEVEL)/Makefile.programs






More information about the llvm-commits mailing list