Commit 0cb58062 by H.J. Lu Committed by H.J. Lu

gcc_update: Handle different URL paths and tags.

2007-08-23  H.J. Lu  <hongjiu.lu@intel.com>

	* gcc_update: Handle different URL paths and tags.

From-SVN: r127737
parent f3b45ab7
2007-08-23 H.J. Lu <hongjiu.lu@intel.com>
* gcc_update: Handle different URL paths and tags.
2007-08-16 Alexandre Oliva <aoliva@redhat.com>
* compare-debug: New.
......
......@@ -262,8 +262,9 @@ rm -f LAST_UPDATED gcc/REVISION
revision=`svn info | awk '/Revision:/ { print $2 }'`
branch=`svn info | sed -ne "/URL:/ {
s,.*/gcc/,,g
s,branches/,,
s,.*/trunk,trunk,
s,.*/branches/,,
s,.*/tags/,,
p
}"`
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment