Skip to content

Commit

Permalink
Update cmake to latest. 3.6.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
lancethepants committed Sep 23, 2016
1 parent 9cc4ad6 commit 780c20f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions scripts/buildroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -751,13 +751,13 @@ fi
cd $SRC/cmake

if [ ! -f .extracted ]; then
rm -rf cmake-3.6.1 cmake-3.6.1-native
tar zxvf cmake-3.6.1.tar.gz
cp -r cmake-3.6.1 cmake-3.6.1-native
rm -rf cmake-3.6.2 cmake-3.6.1-native
tar zxvf cmake-3.6.2.tar.gz
cp -r cmake-3.6.2 cmake-3.6.1-native
touch .extracted
fi

cd cmake-3.6.1-native
cd cmake-3.6.2-native

if [ ! -f .built-native ]; then
./configure \
Expand All @@ -767,7 +767,7 @@ if [ ! -f .built-native ]; then
touch .built-native
fi

cd ../cmake-3.6.1
cd ../cmake-3.6.2

if [ ! -f .patched ]; then
patch -p1 < $PATCHES/cmake/cmake.patch
Expand Down
1 change: 0 additions & 1 deletion src/cmake/cmake-3.6.1.tar.gz.REMOVED.git-id

This file was deleted.

1 change: 1 addition & 0 deletions src/cmake/cmake-3.6.2.tar.gz.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f2c114944dafb319c27bdca214ca7e0739a71cb0

0 comments on commit 780c20f

Please sign in to comment.