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

Reid Spencer reid at x10sys.com
Sun Oct 31 23:53:28 PST 2004



Changes in directory llvm/docs:

MakefileGuide.html updated: 1.9 -> 1.10
---
Log message:

Configuration -> BuildMode


---
Diffs of the changes:  (+4 -2)

Index: llvm/docs/MakefileGuide.html
diff -u llvm/docs/MakefileGuide.html:1.9 llvm/docs/MakefileGuide.html:1.10
--- llvm/docs/MakefileGuide.html:1.9	Sun Oct 31 12:50:34 2004
+++ llvm/docs/MakefileGuide.html	Mon Nov  1 01:53:17 2004
@@ -693,6 +693,9 @@
     <dd>The directory into which executables will ultimately be installed. This
     value is derived from the <tt>--prefix</tt> option given to
     <tt>configure</tt>.</dd>
+    <dt><a name="BuildMode"><tt>BuildMode</tt></a></dt>
+    <dd>The name of the type of build being performed: Debug, Release, or 
+    Profile</dd>
     <dt><a name="bytecode_libdir"><tt>bytecode_libdir</tt></a></dt>
     <dd>The directory into which bytecode libraries will ultimately be installed. 
     This value is derived from the <tt>--prefix</tt> option given to
@@ -768,7 +771,6 @@
     <dt><a name="CompileCommonOpts"><tt>CompileCommonOpts</tt></a></dt><dd></dd>
     <dt><a name="Compile.CXX"><tt>Compile.CXX</tt></a></dt><dd></dd>
     <dt><a name="ConfigStatusScript"><tt>ConfigStatusScript</tt></a></dt><dd></dd>
-    <dt><a name="Configuration"><tt>Configuration</tt></a></dt><dd></dd>
     <dt><a name="ConfigureScript"><tt>ConfigureScript</tt></a></dt><dd></dd>
     <dt><a name="CPP.Flags"><tt>CPP.Flags</tt></a></dt><dd></dd>
     <dt><a name="CPP.Flags "><tt>CPP.Flags </tt></a></dt><dd></dd>
@@ -845,7 +847,7 @@
 
   <a href="mailto:rspencer at x10sys.com">Reid Spencer</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/10/31 18:50:34 $
+  Last modified: $Date: 2004/11/01 07:53:17 $
 </address>
 
 </body>






More information about the llvm-commits mailing list