Navigation Menu

Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 6, 2015
1 parent 4a426dd commit 015ac73
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ext/groonga/extconf.rb
Expand Up @@ -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)
Expand Down

0 comments on commit 015ac73

Please sign in to comment.