Hiroshi Hatake
null+****@clear*****
Mon Dec 29 05:02:09 JST 2014
Hiroshi Hatake 2014-12-29 05:02:09 +0900 (Mon, 29 Dec 2014) New Revision: 1f6efb529b117e0d932a8c8ba8265218d7a61e09 https://github.com/ranguba/rroonga/commit/1f6efb529b117e0d932a8c8ba8265218d7a61e09 Message: Support cloning submodule when building groonga from git Modified files: ext/groonga/extconf.rb Modified: ext/groonga/extconf.rb (+4 -0) =================================================================== --- ext/groonga/extconf.rb 2014-12-13 01:56:01 +0900 (323eef8) +++ ext/groonga/extconf.rb 2014-12-29 05:02:09 +0900 (e7cc680) @@ -196,6 +196,10 @@ def build_groonga_from_git(major, minor, micro) "git clone --depth 1 https://github.com/groonga/groonga") Dir.chdir("groonga") do + run_command("initilize submodules...", + "git submodule init") + run_command("cloning submodules...", + "git submodule update") run_command("running autogen.sh...", "./autogen.sh") install_for_gnu_build_system(local_groonga_install_dir) -------------- next part -------------- HTML����������������������������... Download