From c9aee64172fb6552610ccc45a183050a6196aa86 Mon Sep 17 00:00:00 2001 From: Tanya Lattner Date: Mon, 20 Nov 2006 05:52:06 +0000 Subject: [PATCH] Changing cfrontend dir to llvm-gcc3.4 as the example. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31869 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CFEBuildInstrs.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html index f4b516387d1..85d1ebd90ff 100644 --- a/docs/CFEBuildInstrs.html +++ b/docs/CFEBuildInstrs.html @@ -211,8 +211,8 @@ sh: -
  • Unpack the C/C++ front-end source into cfrontend/src, either by - untar'ing a cfrontend.source.tar.gz file or checking out CVS into this +

  • Unpack the C/C++ front-end source, either by + untar'ing/unzipping a tar.gz file or checking out CVS into this directory.

  • Make "build" and "install" directories as siblings of the "src" tree:

    @@ -221,7 +221,7 @@ sh: csh:
       % pwd
    -  /usr/local/example/cfrontend/src
    +  /usr/local/example/llvm-gcc3.4/src
       % cd ..
       % mkdir build install
       % set CFEINSTALL = `pwd`/install
    @@ -229,7 +229,7 @@ csh:
     sh:
     
       % pwd
    -  /usr/local/example/cfrontend/src
    +  /usr/local/example/llvm-gcc3.4/src
       % cd ..
       % mkdir build install
       % export CFEINSTALL=`pwd`/install
    -- 
    2.34.1