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
This commit is contained in:
Andrew Pinski 2005-10-28 17:28:20 -07:00
parent 4c75773185
commit 8f5c9c3d15
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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