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

Chris Lattner lattner at cs.uiuc.edu
Fri Jan 27 14:06:13 PST 2006



Changes in directory llvm/docs:

MakefileGuide.html updated: 1.26 -> 1.27
---
Log message:

Remove FAKE_SOURCES


---
Diffs of the changes:  (+1 -9)

 MakefileGuide.html |   10 +---------
 1 files changed, 1 insertion(+), 9 deletions(-)


Index: llvm/docs/MakefileGuide.html
diff -u llvm/docs/MakefileGuide.html:1.26 llvm/docs/MakefileGuide.html:1.27
--- llvm/docs/MakefileGuide.html:1.26	Mon Oct 24 11:47:40 2005
+++ llvm/docs/MakefileGuide.html	Fri Jan 27 16:06:01 2006
@@ -646,14 +646,6 @@
     source files, all built sources, all Makefiles, and most documentation files 
     will be automatically distributed. Use this variable to distribute any 
     files that are not automatically distributed.</dd>
-    <dt><a name="FAKE_SOURCES"><tt>FAKE_SOURCES</tt><small>(optional)</small>
-    </a></dt>
-    <dd>This variable is like <a href="#SOURCES"><tt>SOURCES</tt></a> except that
-    the source files don't need to exist. The makefiles only use
-    <tt>FAKE_SOURCES</tt> to create the names of derived objects that should be
-    included in the directory's result. It is assumed that the project's
-    <tt>Makefile</tt> will define how to build the derived objects
-    necessary.</dd>
     <dt><a name="KEEP_SYMBOLS"><tt>KEEP_SYMBOLS</tt></a></dt>
     <dd>If set to any value, specifies that when linking executables the
     makefiles should retain debug symbols in the executable. Normally, symbols
@@ -999,7 +991,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: 2005/10/24 16:47:40 $
+  Last modified: $Date: 2006/01/27 22:06:01 $
 </address>
 
 </body>






More information about the llvm-commits mailing list