]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gcc_update: Explicitly update the branch.
authorDavid O'Brien <obrien@FreeBSD.org>
Mon, 17 Jan 2005 19:30:51 +0000 (19:30 +0000)
committerDavid O'Brien <obrien@gcc.gnu.org>
Mon, 17 Jan 2005 19:30:51 +0000 (19:30 +0000)
2005-01-17  David O'Brien  <obrien@FreeBSD.org>
* contrib/gcc_update: Explicitly update the branch.

Approved by:  Mark Mitchell <mark@codesourcery.com>
      Message-ID: <41E82DCA.1020607@codesourcery.com>

From-SVN: r93773

contrib/ChangeLog
contrib/gcc_update

index 8c0bd19787fdf9b7b334373306cae91f6d878c1e..32406d46135a594046196a7fc2978813729b6e77 100644 (file)
@@ -1,3 +1,7 @@
+2005-01-17  David O'Brien  <obrien@FreeBSD.org>
+
+       * contrib/gcc_update: Explicitly update the branch.
+
 2004-11-04  Release Manager
 
        * GCC 3.4.3 released.
index d203eca7aa4d1f18445f8ac6e9772504d812e2c3..658d5876292fe95b00859e5fa476e1807ef8bed0 100755 (executable)
@@ -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 <pfeifer@dbai.tuwien.ac.at>, 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