[Groonga-commit] groonga/groonga at b49c32a [master] mruby: fix update way

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Sat Aug 9 18:43:47 JST 2014


Kouhei Sutou	2014-08-09 18:43:47 +0900 (Sat, 09 Aug 2014)

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

  Message:
    mruby: fix update way

  Modified files:
    vendor/mruby/Makefile.am

  Modified: vendor/mruby/Makefile.am (+2 -1)
===================================================================
--- vendor/mruby/Makefile.am    2014-08-09 17:33:59 +0900 (ce18336)
+++ vendor/mruby/Makefile.am    2014-08-09 18:43:47 +0900 (abdc9e2)
@@ -51,6 +51,7 @@ CLEANFILES = *.gcno *gcda
 endif
 
 update:
-	cd "$(srcdir)/../mruby-source" && git pull --rebase
+	cd "$(srcdir)/../mruby-source" && \
+	  (git checkout master && git pull --rebase)
 	cd "$(srcdir)" && \
 	  ./update.rb build_config.rb ../mruby-source > sources.am
-------------- next part --------------
HTML����������������������������...
ダウンロード 



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