[llvm-commits] [release_19] CVS: llvm-poolalloc/lib/Makefile
John Criswell
criswell at cs.uiuc.edu
Tue Dec 12 14:49:05 PST 2006
Changes in directory llvm-poolalloc/lib:
Makefile updated: 1.3 -> 1.3.2.1
---
Log message:
Build DSA and Pool Allocation in parallel.
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-poolalloc/lib/Makefile
diff -u llvm-poolalloc/lib/Makefile:1.3 llvm-poolalloc/lib/Makefile:1.3.2.1
--- llvm-poolalloc/lib/Makefile:1.3 Wed May 18 14:56:25 2005
+++ llvm-poolalloc/lib/Makefile Tue Dec 12 16:48:36 2006
@@ -6,6 +6,6 @@
#
# List all of the subdirectories that we will compile.
#
-DIRS=PoolAllocate
+PARALLEL_DIRS=DSA PoolAllocate
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list