From: H.J. Lu Date: Thu, 23 Aug 2007 12:48:39 +0000 (+0000) Subject: gcc_update: Handle different URL paths and tags. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0cb58062b7fd2307ba67cdc32ad4113bea2265f3;p=gcc.git gcc_update: Handle different URL paths and tags. 2007-08-23 H.J. Lu * gcc_update: Handle different URL paths and tags. From-SVN: r127737 --- diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 0f66bd2aaaa..7c49c72fb50 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2007-08-23 H.J. Lu + + * gcc_update: Handle different URL paths and tags. + 2007-08-16 Alexandre Oliva * compare-debug: New. diff --git a/contrib/gcc_update b/contrib/gcc_update index 7eb839dc687..f29dcb60927 100755 --- a/contrib/gcc_update +++ b/contrib/gcc_update @@ -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 }"` {