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

Reid Spencer reid at x10sys.com
Wed Nov 10 23:30:38 PST 2004



Changes in directory llvm/docs:

CFEBuildInstrs.html updated: 1.25 -> 1.26
GettingStarted.html updated: 1.71 -> 1.72
---
Log message:

Fix documentation for Makefile target name change. install-bytecode is now
just "install" in the runtime directory.


---
Diffs of the changes:  (+7 -7)

Index: llvm/docs/CFEBuildInstrs.html
diff -u llvm/docs/CFEBuildInstrs.html:1.25 llvm/docs/CFEBuildInstrs.html:1.26
--- llvm/docs/CFEBuildInstrs.html:1.25	Tue Oct  5 22:13:47 2004
+++ llvm/docs/CFEBuildInstrs.html	Thu Nov 11 01:30:27 2004
@@ -228,7 +228,7 @@
 <pre>
  % gmake
  % mkdir $CFEINSTALL/bytecode-libs
- % gmake -C runtime install-bytecode
+ % gmake -C runtime install
  % setenv LLVM_LIB_SEARCH_PATH $CFEINSTALL/bytecode-libs
 </pre></li>
 
@@ -314,7 +314,7 @@
 
   Brian Gaeke<br>
   <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/10/06 03:13:47 $
+  Last modified: $Date: 2004/11/11 07:30:27 $
 </address>
 
 </body>


Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.71 llvm/docs/GettingStarted.html:1.72
--- llvm/docs/GettingStarted.html:1.71	Sun Nov  7 18:29:22 2004
+++ llvm/docs/GettingStarted.html	Thu Nov 11 01:30:27 2004
@@ -748,11 +748,11 @@
   <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>
@@ -1318,7 +1318,7 @@
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.x10sys.com/rspencer/">Reid Spencer</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/11/08 00:29:22 $
+  Last modified: $Date: 2004/11/11 07:30:27 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list