summaryrefslogtreecommitdiff
path: root/docs/Projects.html
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2005-10-24 16:43:08 +0000
committerJohn Criswell <criswell@uiuc.edu>2005-10-24 16:43:08 +0000
commitff3468e4b71c7d796cb20fe5469396a64e767618 (patch)
treec65c7372e5b1783294a778139f6492ea437f032c /docs/Projects.html
parentd6c6ee08b0f6c4af1339316f9883791e77d0412a (diff)
downloadllvm-ff3468e4b71c7d796cb20fe5469396a64e767618.tar.gz
llvm-ff3468e4b71c7d796cb20fe5469396a64e767618.tar.bz2
llvm-ff3468e4b71c7d796cb20fe5469396a64e767618.tar.xz
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23969 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Projects.html')
-rw-r--r--docs/Projects.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/Projects.html b/docs/Projects.html
index 89490a03a6..5796a3181d 100644
--- a/docs/Projects.html
+++ b/docs/Projects.html
@@ -87,6 +87,12 @@ provide enough information on how to write your own Makefiles.</p>
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