diff options
| author | John Criswell <criswell@uiuc.edu> | 2005-10-24 16:43:08 +0000 |
|---|---|---|
| committer | John Criswell <criswell@uiuc.edu> | 2005-10-24 16:43:08 +0000 |
| commit | 6140e5d03c4d31f75116567b26b07e16dd8592d9 (patch) | |
| tree | 1b214ecd594f953bd761d39a8aa71db789e12df0 /llvm/docs/Projects.html | |
| parent | 93c7fff6111bb258b70d550a5e0ed1b50267c6aa (diff) | |
| download | bcm5719-llvm-6140e5d03c4d31f75116567b26b07e16dd8592d9.tar.gz bcm5719-llvm-6140e5d03c4d31f75116567b26b07e16dd8592d9.zip | |
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.
llvm-svn: 23969
Diffstat (limited to 'llvm/docs/Projects.html')
| -rw-r--r-- | llvm/docs/Projects.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/docs/Projects.html b/llvm/docs/Projects.html index 89490a03a6f..5796a3181d7 100644 --- a/llvm/docs/Projects.html +++ b/llvm/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 |

