]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gcc_update: Remove the -q from svn invocation.
authorAndrew Pinski <pinskia@gcc.gnu.org>
Fri, 28 Oct 2005 20:19:57 +0000 (13:19 -0700)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Fri, 28 Oct 2005 20:19:57 +0000 (13:19 -0700)
2005-10-28  Andrew Pinski  <pinskia@gcc.gnu.org>

        * gcc_update: Remove the -q from svn invocation.

From-SVN: r105958

contrib/ChangeLog
contrib/gcc_update

index e1fc2a2bede9f1019a50d7d8cf8c3517c3afb49f..066d743a3846bd9c26a3cf257731e190cbc153b5 100644 (file)
@@ -1,3 +1,7 @@
+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_build: Remove -d from the call to gcc_update.
index 90124deac8c490f5f07b72976d496613a97e2053..04660705ee403445763107b60a0c41cb4ac34e00 100755 (executable)
@@ -243,7 +243,7 @@ fi
 
 chat "Updating SVN tree"
 
-$GCC_SVN --non-interactive -q update ${1+"$@"}
+$GCC_SVN --non-interactive update ${1+"$@"}
 if [ $? -ne 0 ]; then
     (touch_files_reexec)
     echo "SVN update of full tree failed." >&2