summaryrefslogtreecommitdiff
path: root/maintainer-scripts/update_version
diff options
context:
space:
mode:
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>2004-01-02 08:36:59 +0000
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>2004-01-02 08:36:59 +0000
commita703b7ee8a8bbdbb776a7204a2bfda7ce34882db (patch)
treefce232505c38369ed1eff6d26fa855576fd1e9e5 /maintainer-scripts/update_version
parent2327ac6e1bd0bf5011021ce4a382ff91880cc901 (diff)
downloadgcc-a703b7ee8a8bbdbb776a7204a2bfda7ce34882db.tar.gz
* update_version: Add some documentation.
* update_version (ADD_BRANCHES): Add lno-branch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75316 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'maintainer-scripts/update_version')
-rwxr-xr-xmaintainer-scripts/update_version9
1 files changed, 7 insertions, 2 deletions
diff --git a/maintainer-scripts/update_version b/maintainer-scripts/update_version
index b8e8a1e7a5e..7d3d2f07dcd 100755
--- a/maintainer-scripts/update_version
+++ b/maintainer-scripts/update_version
@@ -1,8 +1,13 @@
-#!/bin/sh
+#!/bin/sh
+#
+# 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.
CVSROOT=${CVSROOT:-/cvs/gcc}
IGNORE_BRANCHES='gcc-(2_95|3_0|3_1|3_2)-branch'
-ADD_BRANCHES='HEAD tree-ssa-20020619-branch'
+ADD_BRANCHES='HEAD tree-ssa-20020619-branch lno-branch'
# Run this from /tmp.
export CVSROOT