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:
96ef1b9
)
Build subdirs in parallel
author
Chris Lattner
<sabre@nondot.org>
Tue, 1 Oct 2002 22:36:35 +0000
(22:36 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 1 Oct 2002 22:36:35 +0000
(22:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4000
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Instrumentation/Makefile
patch
|
blob
|
history
diff --git
a/lib/Transforms/Instrumentation/Makefile
b/lib/Transforms/Instrumentation/Makefile
index ca48b0b254225734ff7b4a53120afed6c3cdbcb5..a234923b4c12055b7195922ccbd579d8cb95e93a 100644
(file)
--- a/
lib/Transforms/Instrumentation/Makefile
+++ b/
lib/Transforms/Instrumentation/Makefile
@@
-1,6
+1,6
@@
LEVEL = ../../..
LIBRARYNAME = instrument
-DIRS = ProfilePaths
+
PARALLEL_
DIRS = ProfilePaths
BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common