summaryrefslogtreecommitdiffstats
path: root/llvm/docs/Projects.html
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2005-01-16 02:35:47 +0000
committerReid Spencer <rspencer@reidspencer.com>2005-01-16 02:35:47 +0000
commit44764d6406050789fb8441e2348c0ce6f5492b50 (patch)
treed26484a9781a29bb99a0103e3716d5a3247fa009 /llvm/docs/Projects.html
parent73b6977700ad71087992dff667860f4c50beb5ab (diff)
downloadbcm5719-llvm-44764d6406050789fb8441e2348c0ce6f5492b50.tar.gz
bcm5719-llvm-44764d6406050789fb8441e2348c0ce6f5492b50.zip
BUILD_* to PROJ_*
llvm-svn: 19598
Diffstat (limited to 'llvm/docs/Projects.html')
-rw-r--r--llvm/docs/Projects.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/Projects.html b/llvm/docs/Projects.html
index da1bc2ebe30..e9f872ad060 100644
--- a/llvm/docs/Projects.html
+++ b/llvm/docs/Projects.html
@@ -398,13 +398,13 @@ whether you do a Debug, Release, or Profile build.</p>
<dt>Libraries
<dd>
All libraries (static and dynamic) will be stored in
- <tt>BUILD_OBJ_ROOT/lib/&lt;type&gt;</tt>, where type is <tt>Debug</tt>,
+ <tt>PROJ_OBJ_ROOT/lib/&lt;type&gt;</tt>, where type is <tt>Debug</tt>,
<tt>Release</tt>, or <tt>Profile</tt> for a debug, optimized, or
profiled build, respectively.<p>
<dt>Executables
<dd>All executables will be stored in
- <tt>BUILD_OBJ_ROOT/tools/&lt;type&gt;</tt>, where type is <tt>Debug</tt>,
+ <tt>PROJ_OBJ_ROOT/tools/&lt;type&gt;</tt>, where type is <tt>Debug</tt>,
<tt>Release</tt>, or <tt>Profile</tt> for a debug, optimized, or profiled
build, respectively.
</dl>
OpenPOWER on IntegriCloud