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

Reid Spencer reid at x10sys.com
Thu Nov 18 13:38:19 PST 2004



Changes in directory llvm-test:

Makefile.rules updated: 1.2 -> 1.3
---
Log message:

Tools are now in $(BuildMode)/lib not $(BuildMode)/tools


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

Index: llvm-test/Makefile.rules
diff -u llvm-test/Makefile.rules:1.2 llvm-test/Makefile.rules:1.3
--- llvm-test/Makefile.rules:1.2	Thu Nov 18 04:03:47 2004
+++ llvm-test/Makefile.rules	Thu Nov 18 15:38:09 2004
@@ -192,20 +192,20 @@
 #	PROJ* = Location of previously built tools used for linking.
 ###########################################################################
 
-DESTTOOLDEBUG   := $(BUILD_OBJ_ROOT)/Debug/tools
-DESTTOOLRELEASE := $(BUILD_OBJ_ROOT)/Release/tools
-DESTTOOLPROFILE := $(BUILD_OBJ_ROOT)/Profile/tools
-DESTTOOLCURRENT := $(BUILD_OBJ_ROOT)/$(CONFIGURATION)/tools
-
-LLVMTOOLDEBUG   := $(LLVM_OBJ_ROOT)/Debug/tools
-LLVMTOOLRELEASE := $(LLVM_OBJ_ROOT)/Release/tools
-LLVMTOOLPROFILE := $(LLVM_OBJ_ROOT)/Profile/tools
-LLVMTOOLCURRENT := $(LLVM_OBJ_ROOT)/$(CONFIGURATION)/tools
-
-PROJTOOLDEBUG   := $(BUILD_OBJ_ROOT)/Debug/tools
-PROJTOOLRELEASE := $(BUILD_OBJ_ROOT)/Release/tools
-PROJTOOLPROFILE := $(BUILD_OBJ_ROOT)/Profile/tools
-PROJTOOLCURRENT := $(BUILD_OBJ_ROOT)/$(CONFIGURATION)/tools
+DESTTOOLDEBUG   := $(BUILD_OBJ_ROOT)/Debug/bin
+DESTTOOLRELEASE := $(BUILD_OBJ_ROOT)/Release/bin
+DESTTOOLPROFILE := $(BUILD_OBJ_ROOT)/Profile/bin
+DESTTOOLCURRENT := $(BUILD_OBJ_ROOT)/$(CONFIGURATION)/bin
+
+LLVMTOOLDEBUG   := $(LLVM_OBJ_ROOT)/Debug/bin
+LLVMTOOLRELEASE := $(LLVM_OBJ_ROOT)/Release/bin
+LLVMTOOLPROFILE := $(LLVM_OBJ_ROOT)/Profile/bin
+LLVMTOOLCURRENT := $(LLVM_OBJ_ROOT)/$(CONFIGURATION)/bin
+
+PROJTOOLDEBUG   := $(BUILD_OBJ_ROOT)/Debug/bin
+PROJTOOLRELEASE := $(BUILD_OBJ_ROOT)/Release/bin
+PROJTOOLPROFILE := $(BUILD_OBJ_ROOT)/Profile/bin
+PROJTOOLCURRENT := $(BUILD_OBJ_ROOT)/$(CONFIGURATION)/bin
 
 #
 # Libtool is found in the current directory.






More information about the llvm-commits mailing list