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

Reid Spencer reid at x10sys.com
Sun Oct 31 09:59:09 PST 2004



Changes in directory llvm/docs:

MakefileGuide.html updated: 1.7 -> 1.8
---
Log message:

One more missing end tag.


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

Index: llvm/docs/MakefileGuide.html
diff -u llvm/docs/MakefileGuide.html:1.7 llvm/docs/MakefileGuide.html:1.8
--- llvm/docs/MakefileGuide.html:1.7	Sun Oct 31 11:56:50 2004
+++ llvm/docs/MakefileGuide.html	Sun Oct 31 11:58:58 2004
@@ -510,7 +510,7 @@
     <dd>If set to any value, specifies that when linking executables the
     makefiles should retain debug symbols in the executable. Normally, symbols
     are stripped from the executable.</dd>
-    <dt><a name="LEVEL"><tt>LEVEL</tt></a><small>(required)</dt>
+    <dt><a name="LEVEL"><tt>LEVEL</tt></a><small>(required)</small></dt>
     <dd>Specify the level of nesting from the top level. This variable must be
     set in each makefile as it is used to find the top level and thus the other
     makefiles.</dd>
@@ -830,7 +830,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 17:56:50 $
+  Last modified: $Date: 2004/10/31 17:58:58 $
 </address>
 
 </body>






More information about the llvm-commits mailing list