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

Chris Lattner lattner at cs.uiuc.edu
Mon Oct 25 12:37:59 PDT 2004



Changes in directory llvm/docs:

MakefileGuide.html updated: 1.3 -> 1.4
---
Log message:

Make a sentence easier to parse


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

Index: llvm/docs/MakefileGuide.html
diff -u llvm/docs/MakefileGuide.html:1.3 llvm/docs/MakefileGuide.html:1.4
--- llvm/docs/MakefileGuide.html:1.3	Mon Oct 25 14:28:03 2004
+++ llvm/docs/MakefileGuide.html	Mon Oct 25 14:37:46 2004
@@ -63,8 +63,8 @@
   a departure from BSD in order to implement additional features needed by LLVM.
   </p>
   <p>Although makefile systems such as automake were attempted at one point, it
-  has become clear that the variations required by LLVM from any Makefile norm
-  are too many to strictly use a more limited tool. Consequently, LLVM requires 
+  has become clear that the differences between the LLVM way of doing things and
+  the Makefile norm are too great to use a more limited tool. Consequently, LLVM requires 
   simply GNU Make 3.79, a widely portably makefile processor. LLVM unabashedly 
   makes heavy use of the features of GNU Make so the dependency on GNU Make is 
   firm. If you're not familiar with <tt>make</tt>, it is recommended that you 
@@ -506,7 +506,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/25 19:28:03 $
+  Last modified: $Date: 2004/10/25 19:37:46 $
 </address>
 
 </body>






More information about the llvm-commits mailing list