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
This commit is contained in:
Gerald Pfeifer 2003-05-02 09:13:52 +00:00 committed by Gerald Pfeifer
parent f8000836d3
commit 9ab94a932c
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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