summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-07-07 19:29:20 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-07-07 19:29:20 +0000
commit3cbfd77e257dc98db28fa4cf811955b858af66fe (patch)
treec529c6cbc8c3cd8ee8252ff2aba9ea8e4f2f647b /docs
parent312a68c4ce08b7ce6e6312383bd1db4ed4cfefcb (diff)
downloadllvm-3cbfd77e257dc98db28fa4cf811955b858af66fe.tar.gz
llvm-3cbfd77e257dc98db28fa4cf811955b858af66fe.tar.bz2
llvm-3cbfd77e257dc98db28fa4cf811955b858af66fe.tar.xz
Fixed the directions for building the C front end.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7117 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/GettingStarted.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 75048cbe6c..a33b4b14ef 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -34,7 +34,7 @@
<li><a href="#checkout">Checkout LLVM from CVS</a>
<li><a href="#config">Local LLVM Configuration</tt></a>
<li><a href="#compile">Compiling the LLVM Suite Source Code</a>
- <li><a href="#build">Building the LLVM C Front End</a>
+ <li><a href="#build">Compiling the LLVM C Front End</a>
<li><a href="#objfiles">The location for object files</tt></a>
</ol>
<li><a href="#layout">Program layout</a>
@@ -542,7 +542,7 @@
anything in or below that directory that is out of date.
<!------------------------------------------------------------------------->
- <h3><a name="build">Building the LLVM C Front End</a></h3>
+ <h3><a name="build">Compiling the LLVM C Front End</a></h3>
<!------------------------------------------------------------------------->
<b>
@@ -580,12 +580,12 @@
</ul>
</ul>
- <li><tt>make bootstrap</tt>
+ <li><tt>make</tt>
<li>The build will eventually fail. Don't worry; chances are good that
everything that needed to build is built.
- <li><tt>make install</tt>
+ <li><tt>make -k install</tt>
</ol>
At this point, you should have a working copy of the LLVM C front end