[llvm-commits] CVS: llvm/examples/Makefile

Chris Lattner sabre at nondot.org
Mon Mar 5 23:30:20 PST 2007



Changes in directory llvm/examples:

Makefile updated: 1.8 -> 1.9
---
Log message:

temporarily disable this until Reid has a chance to fix it.


---
Diffs of the changes:  (+2 -2)

 Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/examples/Makefile
diff -u llvm/examples/Makefile:1.8 llvm/examples/Makefile:1.9
--- llvm/examples/Makefile:1.8	Thu Nov 30 18:37:14 2006
+++ llvm/examples/Makefile	Tue Mar  6 01:30:03 2007
@@ -10,10 +10,10 @@
 
 include $(LEVEL)/Makefile.config
 
-PARALLEL_DIRS:= Fibonacci HowToUseJIT ModuleMaker BFtoLLVM
+#PARALLEL_DIRS:= Fibonacci HowToUseJIT ModuleMaker BFtoLLVM
 
 ifeq ($(HAVE_PTHREAD),1)
-PARALLEL_DIRS += ParallelJIT 
+#PARALLEL_DIRS += ParallelJIT 
 endif
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list