gcc_update: Remove the -q from svn invocation.

2005-10-28  Andrew Pinski  <pinskia@gcc.gnu.org>

        * gcc_update: Remove the -q from svn invocation.

From-SVN: r105958
This commit is contained in:
Andrew Pinski 2005-10-28 13:19:57 -07:00
parent 3b14f6649a
commit 7dcd894f70
2 changed files with 5 additions and 1 deletions

View 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> 2005-10-28 Andrew Pinski <pinskia@gcc.gnu.org>
* gcc_build: Remove -d from the call to gcc_update. * gcc_build: Remove -d from the call to gcc_update.

View File

@ -243,7 +243,7 @@ fi
chat "Updating SVN tree" chat "Updating SVN tree"
$GCC_SVN --non-interactive -q update ${1+"$@"} $GCC_SVN --non-interactive update ${1+"$@"}
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
(touch_files_reexec) (touch_files_reexec)
echo "SVN update of full tree failed." >&2 echo "SVN update of full tree failed." >&2