aboutsummaryrefslogtreecommitdiffstats
path: root/docs/GettingStarted.html
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-11-11 07:30:27 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-11-11 07:30:27 +0000
commit7863c404ee1316a9b0f314b07196ada524efa709 (patch)
treef0074f25d0b72caee2761a5813750c2996582e98 /docs/GettingStarted.html
parentff1529b6cf3b4babad13a39587a20f41b4b46577 (diff)
downloadexternal_llvm-7863c404ee1316a9b0f314b07196ada524efa709.zip
external_llvm-7863c404ee1316a9b0f314b07196ada524efa709.tar.gz
external_llvm-7863c404ee1316a9b0f314b07196ada524efa709.tar.bz2
Fix documentation for Makefile target name change. install-bytecode is now
just "install" in the runtime directory. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17677 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r--docs/GettingStarted.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 0a05f0c..69bfcb9 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -748,11 +748,11 @@ source code:</p>
<tt>./configure --prefix=[dir]</tt>, defaults to <tt>/usr/local</tt>.
<p>
- <dt><tt>gmake install-bytecode</tt>
+ <dt><tt>gmake -C runtime install</tt>
<dd>
- 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,
+ Assuming you built LLVM into $OBJDIR, when this command is run, 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>