Bytecode libraries are installed with `make install-bytecode'

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15989 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman 2004-08-21 23:40:49 +00:00
parent eefdae5d75
commit ad38e9615f

View File

@ -738,18 +738,17 @@ source code:</p>
<dt><tt>gmake distclean</tt> <dt><tt>gmake distclean</tt>
<dd> <dd>
Removes everything that <tt>gmake clean</tt> does, but also removes Removes everything that <tt>gmake clean</tt> does, but also removes files
files generated by <tt>configure</tt>. It attempts to return the generated by <tt>configure</tt>. It attempts to return the source tree to the
source tree to the original state in which it was shipped. original state in which it was shipped.
<p> <p>
<dt><tt>gmake install</tt> <dt><tt>gmake install-bytecode</tt>
<dd> <dd>
Installs LLVM files into the proper location. For the most part, Assuming you built LLVM into $OBJDIR, when this command is run in
this does nothing, but it does install bytecode libraries into the $OBJDIR/runtime, it will install bytecode libraries into the GCC front end's
GCC front end's bytecode library directory. If you need to update bytecode library directory. If you need to update your bytecode libraries,
your bytecode libraries, this is the target to use once you've built this is the target to use once you've built them.
them.
<p> <p>
</dl> </dl>