Skip to content
Snippets Groups Projects
Commit 1eae6638 authored by pinskia's avatar pinskia
Browse files

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

        * gcc_update: Remove the -q from svn invocation.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@105958 138bc75d-0d04-0410-961f-82ee72b054a4
parent aaa798ba
No related branches found
No related tags found
No related merge requests found
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.
......
...@@ -243,7 +243,7 @@ fi ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment