diff options
author | Chris Lattner <sabre@nondot.org> | 2004-12-05 17:48:03 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-12-05 17:48:03 +0000 |
commit | db332473fa208a105b919091dfddbb4b3233c9f5 (patch) | |
tree | e7b000a733e1776805155cadb302be03892c815b /llvm/docs | |
parent | a34f9da4b40be2650575c24a9b849515222809bc (diff) | |
download | llvm-db332473fa208a105b919091dfddbb4b3233c9f5.zip llvm-db332473fa208a105b919091dfddbb4b3233c9f5.tar.gz llvm-db332473fa208a105b919091dfddbb4b3233c9f5.tar.bz2 |
Suggest people run cvs up -P -d after checking out the tree so they don't
get empty directories
llvm-svn: 18543
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/GettingStarted.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html index 3afbc89..4e87027 100644 --- a/llvm/docs/GettingStarted.html +++ b/llvm/docs/GettingStarted.html @@ -129,6 +129,7 @@ from the LLVM suite.</p> <li><tt>cvs -z3 -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm co llvm</tt></li> <li><tt>cd llvm</tt></li> + <li><tt>cvs up -P -d</tt></li> </ol></li> </ul></li> |