Fix documentation for Makefile target name change. install-bytecode is now
authorReid Spencer <rspencer@reidspencer.com>
Thu, 11 Nov 2004 07:30:27 +0000 (07:30 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 11 Nov 2004 07:30:27 +0000 (07:30 +0000)
just "install" in the runtime directory.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17677 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CFEBuildInstrs.html
docs/GettingStarted.html

index dff9eb2d15b1aec3f1cbfe7f8f6f887cd9437d19..456473f9e55bfd0c307d8602f1d26d85b6d53376 100644 (file)
@@ -228,7 +228,7 @@ libgcc.a library, which you can find by running
 <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>
 
index 0a05f0c5c5d14d6f65e481d75873be50f59cae1d..69bfcb91d69b11bb2b0168370400ed405d07fbe9 100644 (file)
@@ -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>