diff options
author | Richard Guenther <rguenther@suse.de> | 2011-06-27 11:05:50 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2011-06-27 11:05:50 +0000 |
commit | a034d4bcdbb6c4023f6048390a73eef594ee7739 (patch) | |
tree | 712bc5969c492518ba20e1151ec14869446a9763 /maintainer-scripts/update_version_svn | |
parent | ccbf5bb4ae76e65ed466384fe0f087b262b8f809 (diff) | |
download | gcc-a034d4bcdbb6c4023f6048390a73eef594ee7739.zip gcc-a034d4bcdbb6c4023f6048390a73eef594ee7739.tar.gz gcc-a034d4bcdbb6c4023f6048390a73eef594ee7739.tar.bz2 |
update_version_svn (IGNORE_BRANCHES): Add gcc-4_3-branch.
2011-06-27 Richard Guenther <rguenther@suse.de>
* update_version_svn (IGNORE_BRANCHES): Add gcc-4_3-branch.
From-SVN: r175476
Diffstat (limited to 'maintainer-scripts/update_version_svn')
-rwxr-xr-x | maintainer-scripts/update_version_svn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maintainer-scripts/update_version_svn b/maintainer-scripts/update_version_svn index 20fd2b1..b5dbd69 100755 --- a/maintainer-scripts/update_version_svn +++ b/maintainer-scripts/update_version_svn @@ -6,7 +6,7 @@ # 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|4_2)-branch' +IGNORE_BRANCHES='gcc-(2_95|3_0|3_1|3_2|3_3|3_4|4_0|4_1|4_2|4_3)-branch' ADD_BRANCHES='HEAD' # Run this from /tmp. |