[llvm-commits] CVS: llvm/Makefile.common
Reid Spencer
reid at x10sys.com
Mon Feb 14 08:02:30 PST 2005
Changes in directory llvm:
Makefile.common updated: 1.136 -> 1.137
---
Log message:
Update comments to reflect new variable names. Patch contributed by
Vladimir Merzliakov.
---
Diffs of the changes: (+5 -5)
Makefile.common | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
Index: llvm/Makefile.common
diff -u llvm/Makefile.common:1.136 llvm/Makefile.common:1.137
--- llvm/Makefile.common:1.136 Sat Jan 15 20:20:30 2005
+++ llvm/Makefile.common Mon Feb 14 10:02:19 2005
@@ -39,18 +39,18 @@
#
# 6. LLVM_SRC_ROOT - If specified, points to the top of the LLVM source tree.
#
-# 8. BUILD_SRC_DIR - The directory which contains the current set of Makefiles
+# 8. PROJ_SRC_DIR - The directory which contains the current set of Makefiles
# and usually the source code too (unless SourceDir is set).
#
-# 9. BUILD_SRC_ROOT - The root directory of the source code being compiled.
+# 9. PROJ_SRC_ROOT - The root directory of the source code being compiled.
#
-# 10. BUILD_OBJ_DIR - The directory where object code should be placed.
+# 10. PROJ_OBJ_DIR - The directory where object code should be placed.
#
-# 11. BUILD_OBJ_ROOT - The root directory for where object code should be
+# 11. PROJ_OBJ_ROOT - The root directory for where object code should be
# placed.
#
# For building,
-# LLVM, LLVM_SRC_ROOT = BUILD_SRC_ROOT
+# LLVM, LLVM_SRC_ROOT = PROJ_SRC_ROOT
#
#===-----------------------------------------------------------------------====
More information about the llvm-commits
mailing list