[llvm-commits] CVS: llvm/lib/Transforms/Instrumentation/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Tue Oct 1 17:37:01 PDT 2002
Changes in directory llvm/lib/Transforms/Instrumentation:
Makefile updated: 1.3 -> 1.4
---
Log message:
Build subdirs in parallel
---
Diffs of the changes:
Index: llvm/lib/Transforms/Instrumentation/Makefile
diff -u llvm/lib/Transforms/Instrumentation/Makefile:1.3 llvm/lib/Transforms/Instrumentation/Makefile:1.4
--- llvm/lib/Transforms/Instrumentation/Makefile:1.3 Tue Jul 23 12:52:36 2002
+++ llvm/lib/Transforms/Instrumentation/Makefile Tue Oct 1 17:36:35 2002
@@ -1,6 +1,6 @@
LEVEL = ../../..
LIBRARYNAME = instrument
-DIRS = ProfilePaths
+PARALLEL_DIRS = ProfilePaths
BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list