aboutsummaryrefslogtreecommitdiff
path: root/maintainer-scripts/update_version
diff options
context:
space:
mode:
authorGerald Pfeifer <pfeifer@dbai.tuwien.ac.at>2003-05-02 09:13:52 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2003-05-02 09:13:52 +0000
commit9ab94a932c3cd105735460d62dc980e41d1a2e27 (patch)
tree370f8946d2d08ef95cfbd4a5ff25d4dd0fba4fb4 /maintainer-scripts/update_version
parentf8000836d34d18a52ae46c08a640f2f827912603 (diff)
downloadgcc-9ab94a932c3cd105735460d62dc980e41d1a2e27.zip
gcc-9ab94a932c3cd105735460d62dc980e41d1a2e27.tar.gz
gcc-9ab94a932c3cd105735460d62dc980e41d1a2e27.tar.bz2
update_version: Add a trace of which branch we are currently working on.
* update_version: Add a trace of which branch we are currently working on. From-SVN: r66375
Diffstat (limited to 'maintainer-scripts/update_version')
-rwxr-xr-xmaintainer-scripts/update_version2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintainer-scripts/update_version b/maintainer-scripts/update_version
index ff29928..afd72a3 100755
--- a/maintainer-scripts/update_version
+++ b/maintainer-scripts/update_version
@@ -31,6 +31,7 @@ cppdefine_FILES="gcc/libstdc++-v3/include/bits/c++config"
RESULT=0
for BRANCH in $BRANCHES; do
+ echo "Working on \"$BRANCH\"."
# Check out the files on the branch. HEAD is a special case; if
# you check out files with -r HEAD, CVS will not let you check
# in changes.
@@ -83,4 +84,3 @@ done
/bin/rm -rf /tmp/$$
exit $RESULT
-