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

Vikram Adve vadve at cs.uiuc.edu
Sun Sep 29 06:53:01 PDT 2002


Changes in directory llvm/lib/CodeGen:

Makefile updated: 1.8 -> 1.9

---
Log message:

Convert DIRS to PARALLEL_DIRS.  They can be built independently.


---
Diffs of the changes:

Index: llvm/lib/CodeGen/Makefile
diff -u llvm/lib/CodeGen/Makefile:1.8 llvm/lib/CodeGen/Makefile:1.9
--- llvm/lib/CodeGen/Makefile:1.8	Thu Sep 19 19:53:53 2002
+++ llvm/lib/CodeGen/Makefile	Sun Sep 29 06:52:04 2002
@@ -1,4 +1,4 @@
 LEVEL = ../..
-DIRS  = PreOpts InstrSelection InstrSched RegAlloc PostOpts Mapping
+PARALLEL_DIRS  = PreOpts InstrSelection InstrSched RegAlloc PostOpts Mapping
 
 include $(LEVEL)/Makefile.common





More information about the llvm-commits mailing list