PATCH: maintainer-scripts/update_version

Gerald Pfeifer pfeifer@dbai.tuwien.ac.at
Fri May 2 09:15:00 GMT 2003


I installed the following as obvious, after testing it on gcc.gnu.org.

(And, yes, this is in preparation of a solution to the issue Gaby raised.)

Gerald

2003-05-02  Gerald Pfeifer  <gerald@pfeifer@dbai.tuwien.ac.at>

	* update_version: Add a trace of which branch we are currently
	working on.

Index: update_version
===================================================================
RCS file: /cvs/gcc/gcc/maintainer-scripts/update_version,v
retrieving revision 1.8
diff -u -3 -p -r1.8 update_version
--- update_version	24 Sep 2002 03:44:36 -0000	1.8
+++ update_version	2 May 2003 09:09:06 -0000
@@ -31,6 +31,7 @@ cppdefine_FILES="gcc/libstdc++-v3/includ
 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
-



More information about the Gcc-patches mailing list