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

John Criswell criswell at cs.uiuc.edu
Wed Nov 26 14:11:02 PST 2003


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.66 -> 1.67

---
Log message:

Makefiles are now copies over to the object root directory dynamically.



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

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.66 llvm/docs/ReleaseNotes.html:1.67
--- llvm/docs/ReleaseNotes.html:1.66	Wed Nov 26 02:20:34 2003
+++ llvm/docs/ReleaseNotes.html	Wed Nov 26 14:09:49 2003
@@ -87,6 +87,27 @@
 into an 'llvm' C++ namespace</a>, for easier integration with third-party
 code. Note that due to a bug in GDB 5.x, to debug namespacified LLVM code,
 you will need to upgrade to GDB 6.</li>
+
+<li>
+The build system now copies Makefiles dynamically from the source tree to the
+object tree as subdirectories are built.  This means that:
+  <ol>
+  <li>
+  New directories can be added to the source tree, and the build will
+  automatically pick them up (i.e. no need to re-run <tt>configure</tt>).
+  </li>
+
+  <li>
+  You will need to build LLVM from the top of the object tree once to ensure
+  that all of the Makefiles are copied into the object tree subdirectories.
+  </li>
+  </ol>
+</li>
+
+<li>
+The <tt>configure</tt> script will now configure all projects placed in the
+<tt>llvm/projects</tt> directory.
+</li>
 </ol>
 
 <p>In this release, the following missing features were implemented:</p>
@@ -596,7 +617,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2003/11/26 08:20:34 $
+  Last modified: $Date: 2003/11/26 20:09:49 $
 </address>
 
 </body>





More information about the llvm-commits mailing list