[llvm-commits] CVS: llvm/tools/Makefile

Reid Spencer reid at x10sys.com
Fri Dec 1 20:46:51 PST 2006



Changes in directory llvm/tools:

Makefile updated: 1.59 -> 1.60
---
Log message:

Build llvm-update now.


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

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/tools/Makefile
diff -u llvm/tools/Makefile:1.59 llvm/tools/Makefile:1.60
--- llvm/tools/Makefile:1.59	Fri Sep  8 13:33:49 2006
+++ llvm/tools/Makefile	Fri Dec  1 22:46:36 2006
@@ -11,7 +11,7 @@
 # Note .. the tools are organized in triples consisting of one large and two
 # small executables. This is done to minimize memory load in parallel builds.
 # Please retain this ordering.
-PARALLEL_DIRS := llvm-config \
+PARALLEL_DIRS := llvm-config llvm-upgrade \
                  opt llvm-as llvm-dis \
                  llc llvm-ranlib llvm-ar \
 		 lli llvm-link llvm-nm \






More information about the llvm-commits mailing list