Skip to content
Snippets Groups Projects
Commit 0cb58062 authored by H.J. Lu's avatar H.J. Lu Committed by H.J. Lu
Browse files

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
No related branches found
No related tags found
No related merge requests found
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> 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
* compare-debug: New. * compare-debug: New.
......
...@@ -262,8 +262,9 @@ rm -f LAST_UPDATED gcc/REVISION ...@@ -262,8 +262,9 @@ rm -f LAST_UPDATED gcc/REVISION
revision=`svn info | awk '/Revision:/ { print $2 }'` revision=`svn info | awk '/Revision:/ { print $2 }'`
branch=`svn info | sed -ne "/URL:/ { branch=`svn info | sed -ne "/URL:/ {
s,.*/gcc/,,g s,.*/trunk,trunk,
s,branches/,, s,.*/branches/,,
s,.*/tags/,,
p p
}"` }"`
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment