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

Robert Bocchino bocchino at cs.uiuc.edu
Tue Oct 18 12:21:50 PDT 2005



Changes in directory llvm:

Makefile updated: 1.51 -> 1.51.2.1
---
Log message:

Initial commit of Vector LLVM.


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

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/Makefile
diff -u llvm/Makefile:1.51 llvm/Makefile:1.51.2.1
--- llvm/Makefile:1.51	Wed Aug 24 23:59:49 2005
+++ llvm/Makefile	Tue Oct 18 14:21:38 2005
@@ -14,7 +14,7 @@
 else
   ifneq ($(MAKECMDGOALS),libs-only)
     DIRS += tools runtime docs
-    OPTIONAL_DIRS = examples projects
+    OPTIONAL_DIRS = #projects
   endif
 endif
 






More information about the llvm-commits mailing list