From f9353b8e8d9f13c938ab12f6698bd598a4d39104 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Thu, 2 Jan 2014 15:22:28 +0600 Subject: Code cleanup: remove patch series from libmv Since we're using own libmv branch from git.blender.org we don't need to have local patches for libmv in blender source tree. --- extern/libmv/bundle.sh | 6 ------ extern/libmv/patches/series | 0 2 files changed, 6 deletions(-) delete mode 100644 extern/libmv/patches/series (limited to 'extern') diff --git a/extern/libmv/bundle.sh b/extern/libmv/bundle.sh index 79c80dd3447..5f7251eaac9 100755 --- a/extern/libmv/bundle.sh +++ b/extern/libmv/bundle.sh @@ -14,14 +14,8 @@ tmp=`mktemp -d` git clone -b $BRANCH $repo $tmp/libmv -#git --git-dir $tmp/libmv/.git --work-tree $tmp/libmv log --since="1 month ago" > ChangeLog git --git-dir $tmp/libmv/.git --work-tree $tmp/libmv log -n 50 > ChangeLog -for p in `cat ./patches/series`; do - echo "Applying patch $p..." - cat ./patches/$p | patch -d $tmp/libmv -p1 -done - find libmv -type f -not -iwholename '*.svn*' -exec rm -rf {} \; find third_party -type f -not -iwholename '*.svn*' -not -iwholename '*third_party/ceres*' \ -not -iwholename '*third_party/SConscript*' -not -iwholename '*third_party/CMakeLists.txt*' \ diff --git a/extern/libmv/patches/series b/extern/libmv/patches/series deleted file mode 100644 index e69de29bb2d..00000000000 -- cgit v1.2.3