[llvm-commits] CVS: llvm/lib/Makefile
Chris Lattner
lattner at apoc.cs.uiuc.edu
Tue Sep 17 22:26:01 PDT 2002
Changes in directory llvm/lib:
Makefile updated: 1.10 -> 1.11
---
Log message:
Compile sub-directories in parallel, because they don't have interdependencies
---
Diffs of the changes:
Index: llvm/lib/Makefile
diff -u llvm/lib/Makefile:1.10 llvm/lib/Makefile:1.11
--- llvm/lib/Makefile:1.10 Tue Aug 27 17:05:53 2002
+++ llvm/lib/Makefile Tue Sep 17 22:25:55 2002
@@ -1,6 +1,6 @@
LEVEL = ..
-DIRS = VMCore Analysis Transforms AsmParser Bytecode Support CodeGen Target CWriter Reoptimizer
+PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode Support CodeGen Target CWriter Reoptimizer
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list