[llvm-commits] CVS: llvm/test/Regression/Reoptimizer/Makefile.mk

John Criswell criswell at cs.uiuc.edu
Thu May 29 13:57:01 PDT 2003


Changes in directory llvm/test/Regression/Reoptimizer:

Makefile.mk updated: 1.2 -> 1.3

---
Log message:

The Makefile now grabs the location in which to build from the master
Makefile.config (via the LLVM_OBJ_DIR environment variable).


---
Diffs of the changes:

Index: llvm/test/Regression/Reoptimizer/Makefile.mk
diff -u llvm/test/Regression/Reoptimizer/Makefile.mk:1.2 llvm/test/Regression/Reoptimizer/Makefile.mk:1.3
--- llvm/test/Regression/Reoptimizer/Makefile.mk:1.2	Mon Oct 21 18:56:53 2002
+++ llvm/test/Regression/Reoptimizer/Makefile.mk	Thu May 29 13:56:21 2003
@@ -4,7 +4,7 @@
 
 # find the src and obj root directories
 LEVEL := ../../../..
-OBJ_ROOT := /localhome/$(USER)
+OBJ_ROOT := $(LLVM_OBJ_DIR)
 LLVM_SRC = $(shell cd $(LEVEL); pwd)
 LLVM_OBJ = $(OBJ_ROOT)$(patsubst $(HOME)%,%,$(LLVM_SRC))
 LLVM_LIB := $(LLVM_OBJ)/lib/Debug





More information about the llvm-commits mailing list