[llvm-commits] CVS: llvm/lib/Target/Makefile

Misha Brukman brukman at cs.uiuc.edu
Tue Sep 14 18:34:36 PDT 2004



Changes in directory llvm/lib/Target:

Makefile updated: 1.16 -> 1.17
---
Log message:

Targets are independent of each other, so compile them in parallel


---
Diffs of the changes:  (+1 -1)

Index: llvm/lib/Target/Makefile
diff -u llvm/lib/Target/Makefile:1.16 llvm/lib/Target/Makefile:1.17
--- llvm/lib/Target/Makefile:1.16	Thu Aug  5 13:22:30 2004
+++ llvm/lib/Target/Makefile	Tue Sep 14 20:34:25 2004
@@ -7,7 +7,7 @@
 # 
 ##===----------------------------------------------------------------------===##
 LEVEL = ../..
-DIRS = CBackend X86 SparcV9 PowerPC Skeleton
+PARALLEL_DIRS = CBackend X86 SparcV9 PowerPC Skeleton
 LIBRARYNAME = target
 BUILD_ARCHIVE = 1
 






More information about the llvm-commits mailing list