From 8f5c9c3d15731d41a9d4470229b0b904d491fde0 Mon Sep 17 00:00:00 2001
From: Andrew Pinski <pinskia@gcc.gnu.org>
Date: Fri, 28 Oct 2005 17:28:20 -0700
Subject: [PATCH] gcc_update: When svn update is called and --silent is used,
 pass -q.

2005-10-28  Andrew Pinski  <pinskia@gcc.gnu.org>

        * gcc_update: When svn update is called and
        --silent is used, pass -q.

From-SVN: r105985
---
 contrib/ChangeLog  | 5 +++++
 contrib/gcc_update | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index 066d743a3846..235d748eb013 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,8 @@
+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.
diff --git a/contrib/gcc_update b/contrib/gcc_update
index 04660705ee40..7fa8901f4c0e 100755
--- a/contrib/gcc_update
+++ b/contrib/gcc_update
@@ -243,7 +243,7 @@ fi
 
 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
-- 
GitLab