Kouhei Sutou
null+****@clear*****
Wed Oct 1 12:47:45 JST 2014
Kouhei Sutou 2014-10-01 12:47:45 +0900 (Wed, 01 Oct 2014) New Revision: 97d8d86ab35472fb5aadf3b0adf93d6a9c3c5597 https://github.com/groonga/packages.groonga.org/commit/97d8d86ab35472fb5aadf3b0adf93d6a9c3c5597 Message: Clear CMake cache before building Modified files: ansible/files/create-snapshot-package.sh Modified: ansible/files/create-snapshot-package.sh (+1 -0) =================================================================== --- ansible/files/create-snapshot-package.sh 2014-10-01 12:33:32 +0900 (52deb46) +++ ansible/files/create-snapshot-package.sh 2014-10-01 12:47:45 +0900 (4bd35a8) @@ -42,6 +42,7 @@ build_mysql() { run tar xf "${mysql_tar_gz}" run cd "${mysql_base}" + run rm -rf CMakeCache.txt run cmake . -DWITH_DEBUG=yes -DCMAKE_INSTALL_PREFIX=$HOME/work/nightly \ > cmake.log run make > make.log 2> make.error.log -------------- next part -------------- HTML����������������������������...Download