mirror of git://gcc.gnu.org/git/gcc.git
* gcc_update (configure): Update to handle svn 1.8.1.
From-SVN: r202084
This commit is contained in:
parent
9222fb6f08
commit
6e39ee0c0b
|
|
@ -1,3 +1,7 @@
|
||||||
|
2013-08-29 Mike Stump <mikestump@comcast.net>
|
||||||
|
|
||||||
|
* gcc_update (configure): Update to handle svn 1.8.1.
|
||||||
|
|
||||||
2013-08-03 Caroline Tice4 <cmtice@google.com>
|
2013-08-03 Caroline Tice4 <cmtice@google.com>
|
||||||
|
|
||||||
* gcc_update: Add libvtv files.
|
* gcc_update: Add libvtv files.
|
||||||
|
|
|
||||||
|
|
@ -385,7 +385,7 @@ case $vcs_type in
|
||||||
fi
|
fi
|
||||||
|
|
||||||
revision=`$GCC_SVN info | awk '/Revision:/ { print $2 }'`
|
revision=`$GCC_SVN info | awk '/Revision:/ { print $2 }'`
|
||||||
branch=`$GCC_SVN info | sed -ne "/URL:/ {
|
branch=`$GCC_SVN info | sed -ne "/^URL:/ {
|
||||||
s,.*/trunk,trunk,
|
s,.*/trunk,trunk,
|
||||||
s,.*/branches/,,
|
s,.*/branches/,,
|
||||||
s,.*/tags/,,
|
s,.*/tags/,,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue