[Groonga-commit] ranguba/rroonga at 015ac73 [master] Simplify

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Jan 6 11:23:13 JST 2015


Kouhei Sutou	2015-01-06 11:23:13 +0900 (Tue, 06 Jan 2015)

  New Revision: 015ac7335a58459fefd48cb81d7671784c59f04c
  https://github.com/ranguba/rroonga/commit/015ac7335a58459fefd48cb81d7671784c59f04c

  Message:
    Simplify

  Modified files:
    ext/groonga/extconf.rb

  Modified: ext/groonga/extconf.rb (+1 -5)
===================================================================
--- ext/groonga/extconf.rb    2014-12-30 20:07:30 +0900 (b450681)
+++ ext/groonga/extconf.rb    2015-01-06 11:23:13 +0900 (f72cb49)
@@ -193,13 +193,9 @@ def build_groonga_from_git(major, minor, micro)
   message(" done\n")
 
   run_command("cloning...",
-              "git clone --depth 1 https://github.com/groonga/groonga")
+              "git clone --recursive --depth 1 https://github.com/groonga/groonga")
 
   Dir.chdir("groonga") do
-    run_command("initializing 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����������������������������...
下载 



More information about the Groonga-commit mailing list
Back to archive index