OSDN Git Service

2005-10-28 Andrew Pinski <pinskia@gcc.gnu.org>
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 29 Oct 2005 00:28:20 +0000 (00:28 +0000)
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 29 Oct 2005 00:28:20 +0000 (00:28 +0000)
        * gcc_update: When svn update is called and
        --silent is used, pass -q.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@105985 138bc75d-0d04-0410-961f-82ee72b054a4

contrib/ChangeLog
contrib/gcc_update

index 066d743..235d748 100644 (file)
@@ -1,5 +1,10 @@
 2005-10-28  Andrew Pinski  <pinskia@gcc.gnu.org>
 
 2005-10-28  Andrew Pinski  <pinskia@gcc.gnu.org>
 
+       * gcc_update: When svn update is called and
+       --silent is used, pass -q.
+
+2005-10-28  Andrew Pinski  <pinskia@gcc.gnu.org>
+
        * gcc_update: Remove the -q from svn invocation.
 
 2005-10-28  Andrew Pinski  <pinskia@gcc.gnu.org>
        * gcc_update: Remove the -q from svn invocation.
 
 2005-10-28  Andrew Pinski  <pinskia@gcc.gnu.org>
index 0466070..7fa8901 100755 (executable)
@@ -243,7 +243,7 @@ fi
 
 chat "Updating SVN tree"
 
 
 chat "Updating SVN tree"
 
-$GCC_SVN --non-interactive update ${1+"$@"}
+$GCC_SVN ${silent+-q}  --non-interactive update ${1+"$@"}
 if [ $? -ne 0 ]; then
     (touch_files_reexec)
     echo "SVN update of full tree failed." >&2
 if [ $? -ne 0 ]; then
     (touch_files_reexec)
     echo "SVN update of full tree failed." >&2