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

Reid Spencer reid at x10sys.com
Sat Jan 15 18:21:41 PST 2005



Changes in directory llvm/projects:

Makefile updated: 1.13 -> 1.14
---
Log message:

Rename BUILD_* to PROJ_*

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

Index: llvm/projects/Makefile
diff -u llvm/projects/Makefile:1.13 llvm/projects/Makefile:1.14
--- llvm/projects/Makefile:1.13	Fri Oct 22 16:02:08 2004
+++ llvm/projects/Makefile	Sat Jan 15 20:21:29 2005
@@ -10,7 +10,7 @@
 
 include $(LEVEL)/Makefile.config
 
-DIRS:= $(filter-out llvm-test,$(patsubst $(BUILD_SRC_DIR)/%/Makefile,%,$(wildcard $(BUILD_SRC_DIR)/*/Makefile)))
+DIRS:= $(filter-out llvm-test,$(patsubst $(PROJ_SRC_DIR)/%/Makefile,%,$(wildcard $(PROJ_SRC_DIR)/*/Makefile)))
 
 # Sparc cannot link shared libraries (libtool problem?) which Stacker uses
 ifeq ($(ARCH), Sparc)
@@ -18,4 +18,4 @@
 DIRS := $(filter-out sample, $(DIRS))
 endif
 
-include $(BUILD_SRC_ROOT)/Makefile.rules
+include $(PROJ_SRC_ROOT)/Makefile.rules






More information about the llvm-commits mailing list