From: Misha Brukman Date: Sat, 21 Aug 2004 23:40:49 +0000 (+0000) Subject: Bytecode libraries are installed with `make install-bytecode' X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ad38e9615f808a947a8141f11a525856c25b2b39;p=oota-llvm.git 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 --- diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 2f78b9d0438..3f404dcb453 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -738,18 +738,17 @@ source code:

gmake distclean
- Removes everything that gmake clean does, but also removes - files generated by configure. It attempts to return the - source tree to the original state in which it was shipped. + Removes everything that gmake clean does, but also removes files + generated by configure. It attempts to return the source tree to the + original state in which it was shipped.

-

gmake install +
gmake install-bytecode
- 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.