aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorAndrew Pinski <pinskia@gcc.gnu.org>2005-10-28 13:19:57 -0700
committerAndrew Pinski <pinskia@gcc.gnu.org>2005-10-28 13:19:57 -0700
commit7dcd894f70f356bbc80abf90157ec70b9b85de9d (patch)
tree4837d446fd1c244fcfd06b5b763a4b5254d6f6ab /contrib
parent3b14f6649a77f6c024a456f1c3a35df0662488bb (diff)
downloadgcc-7dcd894f70f356bbc80abf90157ec70b9b85de9d.zip
gcc-7dcd894f70f356bbc80abf90157ec70b9b85de9d.tar.gz
gcc-7dcd894f70f356bbc80abf90157ec70b9b85de9d.tar.bz2
gcc_update: Remove the -q from svn invocation.
2005-10-28 Andrew Pinski <pinskia@gcc.gnu.org> * gcc_update: Remove the -q from svn invocation. From-SVN: r105958
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ChangeLog4
-rwxr-xr-xcontrib/gcc_update2
2 files changed, 5 insertions, 1 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index e1fc2a2..066d743 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,5 +1,9 @@
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>
+
* gcc_build: Remove -d from the call to gcc_update.
2005-10-28 Daniel Berlin <dberlin@dberlin.org>
diff --git a/contrib/gcc_update b/contrib/gcc_update
index 90124de..0466070 100755
--- a/contrib/gcc_update
+++ b/contrib/gcc_update
@@ -243,7 +243,7 @@ fi
chat "Updating SVN tree"
-$GCC_SVN --non-interactive -q update ${1+"$@"}
+$GCC_SVN --non-interactive update ${1+"$@"}
if [ $? -ne 0 ]; then
(touch_files_reexec)
echo "SVN update of full tree failed." >&2