mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 05:32:25 +00:00
Update the tree before applying patch.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142155 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
acb10f1519
commit
eeb58a7e6b
@ -64,6 +64,8 @@ echo "Merging r$rev:" > $tempfile
|
||||
svn log -c $rev http://llvm.org/svn/llvm-project/$proj/trunk >> $tempfile 2>&1
|
||||
|
||||
cd $proj.src
|
||||
echo "# Updating tree"
|
||||
svn up
|
||||
echo "# Merging r$rev into $proj"
|
||||
svn merge -c $rev https://llvm.org/svn/llvm-project/$proj/trunk . || exit 1
|
||||
echo "# Committing changes"
|
||||
|
Loading…
Reference in New Issue
Block a user