diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-08-21 23:40:49 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-08-21 23:40:49 +0000 |
commit | 5d413911851f7803269fa8b766da3a310d33e303 (patch) | |
tree | e3f8a147d3b16321dfe8b09fc3453cdbfeb883ea /llvm/docs | |
parent | 5a2dfbae3de634ede5e9ed8ba599847cb1646ceb (diff) | |
download | bcm5719-llvm-5d413911851f7803269fa8b766da3a310d33e303.tar.gz bcm5719-llvm-5d413911851f7803269fa8b766da3a310d33e303.zip |
Bytecode libraries are installed with `make install-bytecode'
llvm-svn: 15989
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/GettingStarted.html | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html index 2f78b9d0438..3f404dcb453 100644 --- a/llvm/docs/GettingStarted.html +++ b/llvm/docs/GettingStarted.html @@ -738,18 +738,17 @@ source code:</p> <dt><tt>gmake distclean</tt> <dd> - Removes everything that <tt>gmake clean</tt> does, but also removes - files generated by <tt>configure</tt>. It attempts to return the - source tree to the original state in which it was shipped. + Removes everything that <tt>gmake clean</tt> does, but also removes files + generated by <tt>configure</tt>. It attempts to return the source tree to the + original state in which it was shipped. <p> - <dt><tt>gmake install</tt> + <dt><tt>gmake install-bytecode</tt> <dd> - Installs LLVM files into the proper location. For the most part, - this does nothing, but it does 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. + 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, + this is the target to use once you've built them. <p> </dl> |