From: Gerald Pfeifer Date: Sat, 21 Feb 2009 11:12:28 +0000 (+0000) Subject: update_version_svn (ADD_BRANCHES): Remove autovect-branch and document format. X-Git-Tag: releases/gcc-4.4.0~472 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ef11e5cc165d534cd603d85f4d4386919a5110fd;p=thirdparty%2Fgcc.git update_version_svn (ADD_BRANCHES): Remove autovect-branch and document format. * update_version_svn (ADD_BRANCHES): Remove autovect-branch and document format. From-SVN: r144352 --- diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog index fbf29862a378..fa171a8fddbc 100644 --- a/maintainer-scripts/ChangeLog +++ b/maintainer-scripts/ChangeLog @@ -1,3 +1,8 @@ +2009-02-21 Gerald Pfeifer + + * update_version_svn (ADD_BRANCHES): Remove autovect-branch + and document format. + 2009-01-17 Richard Guenther * gcc_release (JAVA_DIRS): Remove fastjar. diff --git a/maintainer-scripts/update_version_svn b/maintainer-scripts/update_version_svn index 1c87f1c50e95..5ebb06622b2b 100755 --- a/maintainer-scripts/update_version_svn +++ b/maintainer-scripts/update_version_svn @@ -3,11 +3,11 @@ # Update the current version date in all files in the tree containing # it. Consider all release branches except those matching the regular # expression in $IGNORE_BRANCHES, and also consider those branches listed -# in $ADD_BRANCHES. +# in the space separated list in $ADD_BRANCHES. SVNROOT=${SVNROOT:-"file:///svn/gcc"} IGNORE_BRANCHES='gcc-(2_95|3_0|3_1|3_2|3_3|3_4|4_0|4_1)-branch' -ADD_BRANCHES='HEAD autovect-branch' +ADD_BRANCHES='HEAD' # Run this from /tmp. export SVNROOT