Commit c75e90f3 by David Edelsohn Committed by David Edelsohn

* gcc_update: Use $GCC_SVN to retrieve branch and revision.

From-SVN: r187337
parent 0d03ac1b
2012-05-09 David Edelsohn <dje.gcc@gmail.com>
* gcc_update: Use $GCC_SVN to retrieve branch and revision.
2012-05-01 Richard Henderson <rth@redhat.com> 2012-05-01 Richard Henderson <rth@redhat.com>
* gcc_update: Add libatomic generated files. * gcc_update: Add libatomic generated files.
......
...@@ -372,8 +372,8 @@ case $vcs_type in ...@@ -372,8 +372,8 @@ case $vcs_type in
exit 1 exit 1
fi fi
revision=`svn info | awk '/Revision:/ { print $2 }'` revision=`$GCC_SVN info | awk '/Revision:/ { print $2 }'`
branch=`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/,,
......
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