mirror of git://gcc.gnu.org/git/gcc.git
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>
|
2005-10-28 Andrew Pinski <pinskia@gcc.gnu.org>
|
||||||
|
|
||||||
* gcc_update: Remove the -q from svn invocation.
|
* gcc_update: Remove the -q from svn invocation.
|
||||||
|
|
|
@ -243,7 +243,7 @@ fi
|
||||||
|
|
||||||
chat "Updating SVN tree"
|
chat "Updating SVN tree"
|
||||||
|
|
||||||
$GCC_SVN --non-interactive update ${1+"$@"}
|
$GCC_SVN ${silent+-q} --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
|
||||||
|
|
Loading…
Reference in New Issue