Compile sub-directories in parallel, because they don't have interdependencies

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3808 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-09-18 03:25:58 +00:00
parent a8abc228ba
commit ec9962e44a
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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