[llvm-commits] CVS: llvm/docs/CFEBuildInstrs.html
Tanya Lattner
tonic at nondot.org
Sun Nov 19 21:52:19 PST 2006
Changes in directory llvm/docs:
CFEBuildInstrs.html updated: 1.60 -> 1.61
---
Log message:
Changing cfrontend dir to llvm-gcc3.4 as the example.
---
Diffs of the changes: (+5 -5)
CFEBuildInstrs.html | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
Index: llvm/docs/CFEBuildInstrs.html
diff -u llvm/docs/CFEBuildInstrs.html:1.60 llvm/docs/CFEBuildInstrs.html:1.61
--- llvm/docs/CFEBuildInstrs.html:1.60 Thu Nov 16 03:31:19 2006
+++ llvm/docs/CFEBuildInstrs.html Sun Nov 19 23:52:06 2006
@@ -211,8 +211,8 @@
</div>
</li>
- <li><p>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
+ <li><p>Unpack the C/C++ front-end source, either by
+ untar'ing/unzipping a tar.gz file or checking out CVS into this
directory.</p></li>
<li><p>Make "build" and "install" directories as siblings of the "src"
tree:</p>
@@ -221,7 +221,7 @@
csh:
<pre>
% 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 @@
sh:
<pre>
% pwd
- /usr/local/example/cfrontend/src
+ /usr/local/example/llvm-gcc3.4/src
% cd ..
% mkdir build install
% export CFEINSTALL=`pwd`/install
@@ -432,7 +432,7 @@
Brian Gaeke<br>
<a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2006/11/16 09:31:19 $
+ Last modified: $Date: 2006/11/20 05:52:06 $
</address>
</body>
More information about the llvm-commits
mailing list