[Groonga-commit] groonga/groonga at b35fcf5 [master] Support Git submodule

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Fri Jan 9 15:25:03 JST 2015


Kouhei Sutou	2015-01-09 15:25:03 +0900 (Fri, 09 Jan 2015)

  New Revision: b35fcf5cd9e9e59554878d17854af1b4683e2259
  https://github.com/groonga/groonga/commit/b35fcf5cd9e9e59554878d17854af1b4683e2259

  Message:
    Support Git submodule

  Modified files:
    autogen.sh

  Modified: autogen.sh (+5 -0)
===================================================================
--- autogen.sh    2015-01-07 23:54:37 +0900 (9b3a98e)
+++ autogen.sh    2015-01-09 15:25:03 +0900 (e291977)
@@ -18,4 +18,9 @@ FreeBSD)
 	;;
 esac
 
+if [ ! -f vendor/mruby-source/.git ]; then
+  rm -rf vendor/mruby-source
+fi
+git submodule update --init
+
 ${AUTORECONF:-autoreconf} --force --install
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る