aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-10-15 16:52:57 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-10-15 16:52:57 +0000
commitc7b6ce4af8e2c16e2f4287eedea25c426ac844a2 (patch)
tree331391c978652b77189719b850e89fc52ce463e7
parentfd05924946ebfcfb3409b21996cfd0836e4ddb31 (diff)
downloadexternal_llvm-c7b6ce4af8e2c16e2f4287eedea25c426ac844a2.zip
external_llvm-c7b6ce4af8e2c16e2f4287eedea25c426ac844a2.tar.gz
external_llvm-c7b6ce4af8e2c16e2f4287eedea25c426ac844a2.tar.bz2
Updated some of the information for the new autoconf changes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9136 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/Projects.html25
1 files changed, 5 insertions, 20 deletions
diff --git a/docs/Projects.html b/docs/Projects.html
index 2debb6f..b3b22b6 100644
--- a/docs/Projects.html
+++ b/docs/Projects.html
@@ -31,15 +31,14 @@
<p>
For example, if the LLVM source tree is in
- <tt>/usr/home/joe/src/llvm</tt>, and you configured it with
- <tt>--with-objroot=/tmp</tt> when his home directory is
- <tt>/usr/home/joe</tt>, then
+ <tt>/usr/home/joe/src/llvm</tt>, and you built LLVM in
+ /tmp/llvmobj</tt>, then
LLVM_SRC_ROOT=<tt>/usr/home/joe/src/llvm</tt> and
- LLVM_OBJ_ROOT=<tt>/tmp/src/llvm</tt>.
+ LLVM_OBJ_ROOT=<tt>/tmp/llvmobj</tt>.
<p>
<li>
- Add your source code to the source tree.
+ Add your source code to your source tree.
<p>
<li>
@@ -73,7 +72,7 @@
Libraries can be object files, archives, or dynamic libraries.
The <b>lib</b> directory is just a good place for these as it
places them all in a directory from which they can be linked
- later on.
+ later.
<dt><b>include</b>
<dd>
@@ -203,19 +202,5 @@
<p>
</dl>
- <!--===============================================================-->
- <h2><a name="Caveats">Caveats</a><hr></h2>
- <!--===============================================================-->
-
- Some caveats and known issues:
- <ol>
- <li>
- The projects system currently uses the $HOME environment
- variable in determining where object files should go. If $HOME
- is not set, then your path relative to the root directory may
- be used to determine where your object files go. It is
- therefore advised that your source directory reside underneath
- your home directory.
- </ol>
</body>
</html>