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

John Criswell criswell at cs.uiuc.edu
Mon Oct 24 09:43:27 PDT 2005



Changes in directory llvm/docs:

Projects.html updated: 1.18 -> 1.19
---
Log message:

Added a note to remove CVS directories when copying the sample project to
a new project.
Kudos to Rob for suggesting that I add this important step.


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

 Projects.html |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletion(-)


Index: llvm/docs/Projects.html
diff -u llvm/docs/Projects.html:1.18 llvm/docs/Projects.html:1.19
--- llvm/docs/Projects.html:1.18	Sun Feb 27 19:10:48 2005
+++ llvm/docs/Projects.html	Mon Oct 24 11:43:08 2005
@@ -87,6 +87,12 @@
 choosing.  You can place it anywhere you like.  Rename the directory to match
 the name of your project.</li>
 
+<li>
+If you downloaded LLVM using CVS, remove all the directories named CVS (and all
+the files therein) from your project's new source tree.  This will keep CVS
+from thinking that your project is inside <tt>llvm/projects/sample</tt>.
+</li>
+
 <li>Add your source code and Makefiles to your source tree.</li>
 
 <li>If you want your project to be configured with the <tt>configure</tt> script
@@ -447,7 +453,7 @@
   <a href="mailto:criswell at uiuc.edu">John Criswell</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
   <br>
-  Last modified: $Date: 2005/02/28 01:10:48 $
+  Last modified: $Date: 2005/10/24 16:43:08 $
 </address>
 
 </body>






More information about the llvm-commits mailing list