diff options
author | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-10-28 20:19:57 +0000 |
---|---|---|
committer | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-10-28 20:19:57 +0000 |
commit | 1eae6638e9b77da5aa57c4d1571a1ca35aa7bf56 (patch) | |
tree | 4837d446fd1c244fcfd06b5b763a4b5254d6f6ab /contrib | |
parent | aaa798baf3b5979cdf852a3ff923a5cef965f9ec (diff) | |
download | gcc-1eae6638e9b77da5aa57c4d1571a1ca35aa7bf56.tar.gz |
2005-10-28 Andrew Pinski <pinskia@gcc.gnu.org>
* gcc_update: Remove the -q from svn invocation.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@105958 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ChangeLog | 4 | ||||
-rwxr-xr-x | contrib/gcc_update | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index e1fc2a2bede..066d743a384 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 90124deac8c..04660705ee4 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 |