diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-11-11 07:30:27 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-11-11 07:30:27 +0000 |
commit | 45dc1394cd1e624a26c5d32bc07518948e165d45 (patch) | |
tree | 14e082bccdb55e81f3607406d82e4c2f054c2f4c | |
parent | c1d24cd85906ee8d747027c904314e5a961b48ca (diff) | |
download | bcm5719-llvm-45dc1394cd1e624a26c5d32bc07518948e165d45.tar.gz bcm5719-llvm-45dc1394cd1e624a26c5d32bc07518948e165d45.zip |
Fix documentation for Makefile target name change. install-bytecode is now
just "install" in the runtime directory.
llvm-svn: 17677
-rw-r--r-- | llvm/docs/CFEBuildInstrs.html | 2 | ||||
-rw-r--r-- | llvm/docs/GettingStarted.html | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/llvm/docs/CFEBuildInstrs.html b/llvm/docs/CFEBuildInstrs.html index dff9eb2d15b..456473f9e55 100644 --- a/llvm/docs/CFEBuildInstrs.html +++ b/llvm/docs/CFEBuildInstrs.html @@ -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> diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html index 0a05f0c5c5d..69bfcb91d69 100644 --- a/llvm/docs/GettingStarted.html +++ b/llvm/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> |