Recommend using -z3
authorChris Lattner <sabre@nondot.org>
Thu, 23 Oct 2003 19:49:01 +0000 (19:49 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 23 Oct 2003 19:49:01 +0000 (19:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9445 91177308-0d34-0410-b5e6-96231b3b80d8

docs/GettingStarted.html

index 252d6dc0567de696042bd52765b887ad442988a3..3b556564732a317abbc643badaf435491a018592 100644 (file)
                 <li><tt>cd <i>where-you-want-llvm-to-live</i></tt>
                 <li><tt>cvs -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm login</tt>
                                <li>Hit the return key when prompted for the password.
-                <li><tt>cvs -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm co llvm</tt>
+                <li><tt>cvs -z3 -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm co llvm</tt>
                 <li><tt>cd llvm</tt>
             </ol>
         </ul>
     <li><tt>cd <i>where-you-want-llvm-to-live</i></tt>
        <li><tt>cvs -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm login</tt>
        <li>Hit the return key when prompted for the password.
-       <li><tt>cvs -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm co llvm</tt>
+       <li><tt>cvs -z3 -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm co llvm</tt>
     </ul>
 
     <p>This will create an '<tt>llvm</tt>' directory in the current
       that has been retargeted to emit LLVM code as the machine code output.  It
       works just like any other GCC compiler, taking the typical <tt>-c, -S, -E,
       -o</tt> options that are typically used.  The source code for the
-      <tt>llvmgcc</tt> tool is currently not included in the LLVM cvs tree
+      <tt>llvmgcc</tt> tool is currently not included in the LLVM CVS tree
       because it is quite large and not very interesting.<p>
 
       <ol>
 
       <dt><tt><b>cvsupdate</b></tt><dd> <tt>cvsupdate</tt> is a script that will
       update your CVS tree, but produce a much cleaner and more organized output
-      than simply running <tt>`cvs up -dP'</tt> will. For example, it will group
+      than simply running <tt>`cvs -z3 up -dP'</tt> will. For example, it will group
       together all the new and updated files and modified files in separate
       sections, so you can see at a glance what has changed. If you are at the
       top of your LLVM CVS tree, running <tt>utils/cvsupdate</tt> is the