From: Misha Brukman Date: Tue, 1 Mar 2005 17:15:23 +0000 (+0000) Subject: Use a colon instead of a period since we're introducing a command list X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=98558aedbcb5af0b5dddd172d966af7f3d467ad6;p=oota-llvm.git Use a colon instead of a period since we're introducing a command list git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20385 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html index e60adf06852..7630e4eb73a 100644 --- a/docs/CFEBuildInstrs.html +++ b/docs/CFEBuildInstrs.html @@ -244,7 +244,7 @@ the newly built llvm-gcc and llvm-g++ executables.

  • Rebuild your CVS tree. This shouldn't cause the whole thing to be rebuilt, but it should build the runtime libraries. After the tree is built, install the runtime libraries into your GCC front-end build tree. - These are the commands you need.

    + These are the commands you need:

      % gmake
      % gmake -C runtime install-bytecode