From: Andrew Pinski Date: Fri, 28 Oct 2005 20:19:57 +0000 (-0700) Subject: gcc_update: Remove the -q from svn invocation. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7dcd894f70f356bbc80abf90157ec70b9b85de9d;p=gcc.git gcc_update: Remove the -q from svn invocation. 2005-10-28 Andrew Pinski * gcc_update: Remove the -q from svn invocation. From-SVN: r105958 --- diff --git a/contrib/ChangeLog b/contrib/ChangeLog index e1fc2a2bede..066d743a384 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2005-10-28 Andrew Pinski + + * gcc_update: Remove the -q from svn invocation. + 2005-10-28 Andrew Pinski * gcc_build: Remove -d from the call to gcc_update. diff --git a/contrib/gcc_update b/contrib/gcc_update index 90124deac8c..04660705ee4 100755 --- a/contrib/gcc_update +++ b/contrib/gcc_update @@ -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