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
2 changed files with 6 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue