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

Misha Brukman brukman at cs.uiuc.edu
Fri Jul 2 10:44:01 PDT 2004


Changes in directory CVSROOT:

update-www.sh updated: 1.4 -> 1.5

---
Log message:

Make silently, not everyone has the `-s' switch in their alias. :)


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

Index: CVSROOT/update-www.sh
diff -u CVSROOT/update-www.sh:1.4 CVSROOT/update-www.sh:1.5
--- CVSROOT/update-www.sh:1.4	Fri Jul  2 10:40:14 2004
+++ CVSROOT/update-www.sh	Fri Jul  2 10:43:24 2004
@@ -11,7 +11,7 @@
 
 # Make the HTML docs from POD source
 cd /home/vadve/shared/llvm-wwwroot/docs/CommandGuide
-make
+make -s
 
 # Give access to any of the files we just checked in to the group
 find . -user $USER -exec chmod g+w {} \;





More information about the llvm-commits mailing list