[llvm-commits] CVS: llvm/tools/Makefile
Chris Lattner
lattner at apoc.cs.uiuc.edu
Tue Sep 17 22:26:02 PDT 2002
Changes in directory llvm/tools:
Makefile updated: 1.13 -> 1.14
---
Log message:
Compile sub-directories in parallel, because they don't have interdependencies
---
Diffs of the changes:
Index: llvm/tools/Makefile
diff -u llvm/tools/Makefile:1.13 llvm/tools/Makefile:1.14
--- llvm/tools/Makefile:1.13 Wed Jul 31 19:01:33 2002
+++ llvm/tools/Makefile Tue Sep 17 22:25:58 2002
@@ -1,5 +1,5 @@
LEVEL = ..
-DIRS = as dis opt gccas llc link lli gccld analyze extract
+PARALLEL_DIRS = as dis opt gccas llc link lli gccld analyze extract
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list