aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Pinski <pinskia@gcc.gnu.org>2005-10-29 00:28:20 +0000
committerAndrew Pinski <pinskia@gcc.gnu.org>2005-10-29 00:28:20 +0000
commit6946432a48eabcdf37c0811571b17748d25b6683 (patch)
treea758dbce14bf46a7a3320a6f3000c3a56851c2fe
parent2843971190298c0c22ac5dbad9f4698bd5a75073 (diff)
2005-10-28 Andrew Pinski <pinskia@gcc.gnu.org>
* gcc_update: When svn update is called and --silent is used, pass -q. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@105985 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--contrib/ChangeLog5
-rwxr-xr-xcontrib/gcc_update2
2 files changed, 6 insertions, 1 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index 066d743a384..235d748eb01 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,5 +1,10 @@
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.
2005-10-28 Andrew Pinski <pinskia@gcc.gnu.org>
diff --git a/contrib/gcc_update b/contrib/gcc_update
index 04660705ee4..7fa8901f4c0 100755
--- a/contrib/gcc_update
+++ b/contrib/gcc_update
@@ -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