summaryrefslogtreecommitdiff
path: root/maintainer-scripts
diff options
context:
space:
mode:
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>2003-05-02 09:13:52 +0000
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>2003-05-02 09:13:52 +0000
commit5ac7b165098f351a3a8f45710a27a950098c442e (patch)
tree370f8946d2d08ef95cfbd4a5ff25d4dd0fba4fb4 /maintainer-scripts
parentabfb2b8e4958027b4b309545aacb5eaa419e7392 (diff)
downloadgcc-5ac7b165098f351a3a8f45710a27a950098c442e.tar.gz
* update_version: Add a trace of which branch we are currently
working on. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66375 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'maintainer-scripts')
-rw-r--r--maintainer-scripts/ChangeLog5
-rwxr-xr-xmaintainer-scripts/update_version2
2 files changed, 6 insertions, 1 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog
index 943aa611863..73ca0034342 100644
--- a/maintainer-scripts/ChangeLog
+++ b/maintainer-scripts/ChangeLog
@@ -1,3 +1,8 @@
+2003-05-02 Gerald Pfeifer <gerald@pfeifer@dbai.tuwien.ac.at>
+
+ * update_version: Add a trace of which branch we are currently
+ working on.
+
2002-12-16 Mark Mitchell <mark@codesourcery.com>
* gcc_release: Make snapshots from the GCC 3.3 branch.
diff --git a/maintainer-scripts/update_version b/maintainer-scripts/update_version
index ff29928be2e..afd72a38ebb 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
-