projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8abc22
)
Compile sub-directories in parallel, because they don't have interdependencies
author
Chris Lattner
<sabre@nondot.org>
Wed, 18 Sep 2002 03:25:58 +0000
(
03:25
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 18 Sep 2002 03:25:58 +0000
(
03:25
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3808
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Makefile
patch
|
blob
|
history
tools/Makefile
patch
|
blob
|
history
diff --git
a/lib/Makefile
b/lib/Makefile
index c778d219d6ee95f14df92ea85dc699e0b82ea115..73caa73b85d55d0a7ef76d394d7619abe1274b11 100644
(file)
--- a/
lib/Makefile
+++ b/
lib/Makefile
@@
-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
diff --git
a/tools/Makefile
b/tools/Makefile
index bf5852b857856581f07cb73e12c1ba8afe454a47..2570e7f58b7764368aaee9836e777e3c6d881a5c 100644
(file)
--- a/
tools/Makefile
+++ b/
tools/Makefile
@@
-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