mirror of git://gcc.gnu.org/git/gcc.git
update_version (ADD_BRANCHES): Add, set to MAIN and tree-ssa-20020619-branch.
* update_version (ADD_BRANCHES): Add, set to MAIN and tree-ssa-20020619-branch. (BRANCHES): Always consider branches given by $ADD_BRANCHES. From-SVN: r66633
This commit is contained in:
parent
ec0f4995d6
commit
f4e12a7cdb
|
@ -1,3 +1,9 @@
|
||||||
|
2003-05-09 Gerald Pfeifer <gerald@sourceware.org>
|
||||||
|
|
||||||
|
* update_version (ADD_BRANCHES): Add, set to MAIN and
|
||||||
|
tree-ssa-20020619-branch.
|
||||||
|
(BRANCHES): Always consider branches given by $ADD_BRANCHES.
|
||||||
|
|
||||||
2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
|
2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
|
||||||
|
|
||||||
* update_version (textstring_FILES): Only version.c needs to be
|
* update_version (textstring_FILES): Only version.c needs to be
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
CVSROOT=${CVSROOT:-/cvs/gcc}
|
CVSROOT=${CVSROOT:-/cvs/gcc}
|
||||||
IGNORE_BRANCHES='gcc-(2_95|3_0|3_1|3_2)-branch'
|
IGNORE_BRANCHES='gcc-(2_95|3_0|3_1|3_2)-branch'
|
||||||
|
ADD_BRANCHES='HEAD tree-ssa-20020619-branch'
|
||||||
|
|
||||||
# Run this from /tmp.
|
# Run this from /tmp.
|
||||||
export CVSROOT
|
export CVSROOT
|
||||||
|
@ -19,7 +20,7 @@ BRANCHES=`$CVS status -v gcc/ChangeLog \
|
||||||
| egrep 'gcc-[0-9]+_[0-9]+-branch$' \
|
| egrep 'gcc-[0-9]+_[0-9]+-branch$' \
|
||||||
| egrep -v $IGNORE_BRANCHES`
|
| egrep -v $IGNORE_BRANCHES`
|
||||||
# Always update the mainline.
|
# Always update the mainline.
|
||||||
BRANCHES="${BRANCHES} HEAD"
|
BRANCHES="${BRANCHES} ${ADD_BRANCHES}"
|
||||||
|
|
||||||
# ARGS is passed to 'cvs co'
|
# ARGS is passed to 'cvs co'
|
||||||
CURR_DATE=`/bin/date +"%Y%m%d"`
|
CURR_DATE=`/bin/date +"%Y%m%d"`
|
||||||
|
|
Loading…
Reference in New Issue