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

Reid Spencer reid at x10sys.com
Sat Apr 21 13:39:44 PDT 2007



Changes in directory llvm/test:

Makefile updated: 1.100 -> 1.101
---
Log message:

Add the TARGETS_TO_BUILD variable.


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

 Makefile |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/test/Makefile
diff -u llvm/test/Makefile:1.100 llvm/test/Makefile:1.101
--- llvm/test/Makefile:1.100	Mon Apr 16 11:45:12 2007
+++ llvm/test/Makefile	Sat Apr 21 15:39:26 2007
@@ -70,6 +70,7 @@
 	@echo '# Do not edit here.  If you wish to override these values' >>site.tmp
 	@echo '# edit the last section' >>site.tmp
 	@echo 'set target_triplet "$(TARGET_TRIPLE)"' >> site.tmp
+	@echo 'set TARGETS_TO_BUILD "$(TARGETS_TO_BUILD)"' >> site.tmp
 	@echo 'set llvmgcc_version "$(LLVMGCC_VERSION)"' >> site.tmp
 	@echo 'set prcontext "$(TCLSH) $(LLVM_SRC_ROOT)/test/Scripts/prcontext.tcl"' >> site.tmp
 	@echo 'set llvmtoolsdir "$(ToolDir)"' >>site.tmp






More information about the llvm-commits mailing list