[llvm-commits] CVS: llvm/docs/CFEBuildInstrs.html

Misha Brukman brukman at cs.uiuc.edu
Fri Jun 18 11:02:01 PDT 2004


Changes in directory llvm/docs:

CFEBuildInstrs.html updated: 1.18 -> 1.19

---
Log message:

Capitalize Cygwin.


---
Diffs of the changes:  (+5 -5)

Index: llvm/docs/CFEBuildInstrs.html
diff -u llvm/docs/CFEBuildInstrs.html:1.18 llvm/docs/CFEBuildInstrs.html:1.19
--- llvm/docs/CFEBuildInstrs.html:1.18	Wed Jun  2 14:27:50 2004
+++ llvm/docs/CFEBuildInstrs.html	Fri Jun 18 10:54:54 2004
@@ -15,7 +15,7 @@
 <ol>
   <li><a href="#cautionarynote">A Cautionary Note</a>
     <ul>
-      <li><a href="#cygwin">Building under cygwin</a></li>
+      <li><a href="#cygwin">Building under Cygwin</a></li>
     </ul>
   </li>
   <li><a href="#instructions">Instructions</a></li>
@@ -53,12 +53,12 @@
 
 <!--=========================================================================-->
 <div class="doc_subsection">
-  <a name="cygwin">Building under cygwin</a>
+  <a name="cygwin">Building under Cygwin</a>
 </div>
 <!--=========================================================================-->
 
 <div class="doc_text">
-<p>If you are building LLVM and the C front-end under cygwin, please note that
+<p>If you are building LLVM and the C front-end under Cygwin, please note that
 the LLVM and GCC makefiles do not correctly handle spaces in paths.  To deal
 with this issue, make sure that your LLVM and GCC source and build trees are 
 located in a top-level directory (like <tt>/cygdrive/c/llvm</tt> and 
@@ -121,7 +121,7 @@
  % gmake all; gmake install
 </pre>
 
-<p><b>cygwin/x86:</b></p>
+<p><b>Cygwin/x86:</b></p>
 
 <pre>
  % cd build
@@ -302,7 +302,7 @@
 
   Brian Gaeke<br>
   <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/06/02 19:27:50 $
+  Last modified: $Date: 2004/06/18 15:54:54 $
 </address>
 
 </body>





More information about the llvm-commits mailing list