[llvm-commits] [dragonegg] r101722 - /dragonegg/trunk/extras/do_self_strap
Daniel Dunbar
daniel at zuster.org
Sun Apr 18 09:50:05 PDT 2010
Author: ddunbar
Date: Sun Apr 18 11:50:05 2010
New Revision: 101722
URL: http://llvm.org/viewvc/llvm-project?rev=101722&view=rev
Log:
Running svn cleanup in the right dir helps.
Modified:
dragonegg/trunk/extras/do_self_strap
Modified: dragonegg/trunk/extras/do_self_strap
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/extras/do_self_strap?rev=101722&r1=101721&r2=101722&view=diff
==============================================================================
--- dragonegg/trunk/extras/do_self_strap (original)
+++ dragonegg/trunk/extras/do_self_strap Sun Apr 18 11:50:05 2010
@@ -99,7 +99,7 @@
elif [ ! -L $GCC_SOURCE ] ; then # Do not update symbolic links. This is
# for the benefit of the buildbots.
echo "Running svn cleanup"
- svn cleanup
+ svn cleanup $GCC_SOURCE
echo "Reverting any applied patches"
svn revert -R $GCC_SOURCE/gcc
echo "Updating GCC"
More information about the llvm-commits
mailing list