From: David O'Brien Date: Mon, 17 Jan 2005 19:30:51 +0000 (+0000) Subject: gcc_update: Explicitly update the branch. X-Git-Tag: releases/gcc-3.4.4~303 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f57511f4fdeceeddc51c53b3cb3af3958640b05b;p=thirdparty%2Fgcc.git gcc_update: Explicitly update the branch. 2005-01-17 David O'Brien * contrib/gcc_update: Explicitly update the branch. Approved by: Mark Mitchell Message-ID: <41E82DCA.1020607@codesourcery.com> From-SVN: r93773 --- diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 8c0bd19787fd..32406d46135a 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2005-01-17 David O'Brien + + * contrib/gcc_update: Explicitly update the branch. + 2004-11-04 Release Manager * GCC 3.4.3 released. diff --git a/contrib/gcc_update b/contrib/gcc_update index d203eca7aa4d..658d5876292f 100755 --- a/contrib/gcc_update +++ b/contrib/gcc_update @@ -29,7 +29,7 @@ # contrib/gcc_update --list # # -# (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation +# (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation # Originally by Gerald Pfeifer , August 1998. # # This script is Free Software, and it can be copied, distributed and @@ -209,7 +209,7 @@ else fi echo "Updating CVS tree" -$GCC_CVS -q update ${1+"$@"} +$GCC_CVS -q update -r gcc-3_4-branch ${1+"$@"} if [ $? -ne 0 ]; then (touch_files_reexec) echo "CVS update of full tree failed." >&2