From: Andrew Pinski Date: Sat, 29 Oct 2005 00:28:20 +0000 (-0700) Subject: gcc_update: When svn update is called and --silent is used, pass -q. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8f5c9c3d15731d41a9d4470229b0b904d491fde0;p=gcc.git gcc_update: When svn update is called and --silent is used, pass -q. 2005-10-28 Andrew Pinski * gcc_update: When svn update is called and --silent is used, pass -q. From-SVN: r105985 --- diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 066d743a384..235d748eb01 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,8 @@ +2005-10-28 Andrew Pinski + + * gcc_update: When svn update is called and + --silent is used, pass -q. + 2005-10-28 Andrew Pinski * gcc_update: Remove the -q from svn invocation. diff --git a/contrib/gcc_update b/contrib/gcc_update index 04660705ee4..7fa8901f4c0 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