From 7863c404ee1316a9b0f314b07196ada524efa709 Mon Sep 17 00:00:00 2001
From: Reid Spencer
Date: Thu, 11 Nov 2004 07:30:27 +0000
Subject: Fix documentation for Makefile target name change. install-bytecode
is now just "install" in the runtime directory.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17677 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/GettingStarted.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to 'docs/GettingStarted.html')
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 0a05f0c..69bfcb9 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -748,11 +748,11 @@ source code:
./configure --prefix=[dir], defaults to /usr/local.
-
gmake install-bytecode
+ gmake -C runtime install
- 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.
--
cgit v1.1