This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [committed] gcc_update is too quiet now


Hello,
ChangeLog:
	* gcc_update: When svn update is called and --silent is used, pass -q.




------------------------------------------------------------------------


Index: gcc_update
===================================================================
--- gcc_update (revision 105965)
+++ gcc_update (working copy)
@@ -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

can I commit it on the gcc-4_0-branch too?


Andreas


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]