[llvm-commits] CVS: llvm/www/docs/GettingStarted.html

John Criswell criswell at cs.uiuc.edu
Mon Jul 7 14:30:01 PDT 2003


Changes in directory llvm/www/docs:

GettingStarted.html updated: 1.24 -> 1.25

---
Log message:

Fixed the directions for building the C front end.



---
Diffs of the changes:

Index: llvm/www/docs/GettingStarted.html
diff -u llvm/www/docs/GettingStarted.html:1.24 llvm/www/docs/GettingStarted.html:1.25
--- llvm/www/docs/GettingStarted.html:1.24	Mon Jul  7 14:27:35 2003
+++ llvm/www/docs/GettingStarted.html	Mon Jul  7 14:29:20 2003
@@ -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





More information about the llvm-commits mailing list