aboutsummaryrefslogtreecommitdiffstats
path: root/docs/GettingStarted.html
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-08-21 23:40:49 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-08-21 23:40:49 +0000
commitad38e9615f808a947a8141f11a525856c25b2b39 (patch)
tree8cff60f625ac10b19cee8a1d20b4920ed6296e35 /docs/GettingStarted.html
parenteefdae5d755c8f5f6dcbdf19fe6919076aa65a02 (diff)
downloadexternal_llvm-ad38e9615f808a947a8141f11a525856c25b2b39.tar.gz
external_llvm-ad38e9615f808a947a8141f11a525856c25b2b39.tar.bz2
external_llvm-ad38e9615f808a947a8141f11a525856c25b2b39.zip
Bytecode libraries are installed with `make install-bytecode'
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15989 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r--docs/GettingStarted.html17
1 files changed, 8 insertions, 9 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 2f78b9d043..3f404dcb45 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -738,18 +738,17 @@ source code:</p>
<dt><tt>gmake distclean</tt>
<dd>
- Removes everything that <tt>gmake clean</tt> does, but also removes
- files generated by <tt>configure</tt>. It attempts to return the
- source tree to the original state in which it was shipped.
+ Removes everything that <tt>gmake clean</tt> does, but also removes files
+ generated by <tt>configure</tt>. It attempts to return the source tree to the
+ original state in which it was shipped.
<p>
- <dt><tt>gmake install</tt>
+ <dt><tt>gmake install-bytecode</tt>
<dd>
- Installs LLVM files into the proper location. For the most part,
- this does nothing, but it does install bytecode libraries into the
- GCC front end's bytecode library directory. If you need to update
- your bytecode libraries, this is the target to use once you've built
- them.
+ Assuming you built LLVM into $OBJDIR, when this command is run in
+ $OBJDIR/runtime, it will install bytecode libraries into the GCC front end's
+ bytecode library directory. If you need to update your bytecode libraries,
+ this is the target to use once you've built them.
<p>
</dl>