[llvm-commits] CVS: CVSROOT/update-www.sh

Chris Lattner lattner at cs.uiuc.edu
Wed Jul 5 17:47:08 PDT 2006



Changes in directory CVSROOT:

update-www.sh updated: 1.10 -> 1.11
---
Log message:

Don't prune directories.  This fixes the warnings when committing to (e.g.) the docs dir.


---
Diffs of the changes:  (+3 -3)

 update-www.sh |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Index: CVSROOT/update-www.sh
diff -u CVSROOT/update-www.sh:1.10 CVSROOT/update-www.sh:1.11
--- CVSROOT/update-www.sh:1.10	Wed Jul  5 19:23:52 2006
+++ CVSROOT/update-www.sh	Wed Jul  5 19:46:58 2006
@@ -7,15 +7,15 @@
 cd /home/vadve/shared/llvm-wwwroot
 
 # Update any committed files
-cvs -Q update -Pd
+cvs -Q update -d
 
 # Update the docs explicitly
 cd docs/
-cvs -Q update -Pd
+cvs -Q update -d
 
 # Update the nightly tester.
 cd ../nightlytest/
-cvs -Q update -Pd
+cvs -Q update -d
 
 # Make the HTML docs from POD source
 cd /home/vadve/shared/llvm-wwwroot/docs/CommandGuide






More information about the llvm-commits mailing list