X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile.common;h=ca8f33673ffbd33b7614ce4d2876ba72f8cc4d39;hb=25e681ac221e83a7ebead99b4d3d88f1b3ab49bd;hp=d33d3da9b86614dbec0873f603b10e7b1d922959;hpb=6ca9e444ac03259aa86e13b9d1146e185f666abf;p=oota-llvm.git diff --git a/Makefile.common b/Makefile.common index d33d3da9b86..ca8f33673ff 100644 --- a/Makefile.common +++ b/Makefile.common @@ -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 # #===-----------------------------------------------------------------------====