mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-23 19:03:59 +08:00
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:
parent
4c75773185
commit
8f5c9c3d15
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user