[llvm-commits] CVS: llvm/Makefile
John Criswell
criswell at cs.uiuc.edu
Fri Aug 1 14:42:00 PDT 2003
Changes in directory llvm:
Makefile updated: 1.4 -> 1.4.6.1
---
Log message:
Disabled projects. There's no need to build them in a default compile.
---
Diffs of the changes:
Index: llvm/Makefile
diff -u llvm/Makefile:1.4 llvm/Makefile:1.4.6.1
--- llvm/Makefile:1.4 Wed Jun 11 08:55:26 2003
+++ llvm/Makefile Fri Aug 1 14:41:15 2003
@@ -1,6 +1,10 @@
LEVEL = .
DIRS = lib/Support utils lib tools
-OPTIONAL_DIRS = projects
+
+#
+# Insert any optional project directories here.
+#
+#OPTIONAL_DIRS = projects
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list