mirror of git://gcc.gnu.org/git/gcc.git
* update_version (ADD_BRANCHES): Add dfp-branch.
From-SVN: r102390
This commit is contained in:
parent
526635cb4b
commit
06e8925e96
|
@ -1,3 +1,7 @@
|
||||||
|
2005-07-26 Janis Johnson <janis187@us.ibm.com>
|
||||||
|
|
||||||
|
* update_version (ADD_BRANCHES): Add dfp-branch.
|
||||||
|
|
||||||
2005-05-21 Gerald Pfeifer <gerald@pfeifer.com>
|
2005-05-21 Gerald Pfeifer <gerald@pfeifer.com>
|
||||||
|
|
||||||
* crontab: Spread snapshot building more evenly throughout the
|
* crontab: Spread snapshot building more evenly throughout the
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
CVSROOT=${CVSROOT:-/cvs/gcc}
|
CVSROOT=${CVSROOT:-/cvs/gcc}
|
||||||
IGNORE_BRANCHES='gcc-(2_95|3_0|3_1|3_2|3_3)-branch'
|
IGNORE_BRANCHES='gcc-(2_95|3_0|3_1|3_2|3_3)-branch'
|
||||||
ADD_BRANCHES='HEAD autovect-branch'
|
ADD_BRANCHES='HEAD autovect-branch dfp-branch'
|
||||||
|
|
||||||
# Run this from /tmp.
|
# Run this from /tmp.
|
||||||
export CVSROOT
|
export CVSROOT
|
||||||
|
|
Loading…
Reference in New Issue