Backport from mainline:
* gcc_update: When svn update is called and --silent is used, pass -q.
From-SVN: r107118
+2005-11-17 Eric Botcazou <ebotcazou@libertysurf.fr>
+
+ Backport from mainline:
+ * gcc_update: When svn update is called and --silent is used, pass -q.
+
2005-11-01 Joseph S. Myers <joseph@codesourcery.com>
* gcc_update: Include revision number in LAST_UPDATED.
fi
chat "Updating SVN tree"
-$GCC_SVN --non-interactive -q 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