[Groonga-commit] groonga/groonga at d3e873e [master] mruby: add missing dependencies

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Jun 25 14:38:20 JST 2017


Kouhei Sutou	2017-06-25 14:38:20 +0900 (Sun, 25 Jun 2017)

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

  Message:
    mruby: add missing dependencies

  Modified files:
    tools/travis-before-script.sh
    vendor/mruby/Makefile.am

  Modified: tools/travis-before-script.sh (+1 -5)
===================================================================
--- tools/travis-before-script.sh    2017-06-25 14:34:10 +0900 (48e6487)
+++ tools/travis-before-script.sh    2017-06-25 14:38:20 +0900 (87ed575)
@@ -50,8 +50,4 @@ case "$(uname)" in
     ;;
 esac
 
-if [ "${ENABLE_MRUBY}" = "yes" ]; then
-  make
-else
-  make -j${n_processors} > /dev/null
-fi
+make -j${n_processors} > /dev/null

  Modified: vendor/mruby/Makefile.am (+2 -0)
===================================================================
--- vendor/mruby/Makefile.am    2017-06-25 14:34:10 +0900 (c0d4844)
+++ vendor/mruby/Makefile.am    2017-06-25 14:38:20 +0900 (6d86565)
@@ -54,6 +54,8 @@ mruby-io/src/mruby_io_gem.c: mruby_build.timestamp
 mruby-file-stat/src/file-stat.c: mruby_build.timestamp
 mruby-file-stat/src/config.h: mruby_build.timestamp
 	touch "$(builddir)/$@"
+mruby-dir/src/dir.c: mruby_build.timestamp
+mruby-dir/src/Win/dirent.c: mruby_build.timestamp
 
 MRUBY_CONFIG = $(abs_srcdir)/build_config.rb
 MRUBY_BUILD_DIR = $(abs_top_builddir)/vendor/mruby-build
-------------- next part --------------
HTML����������������������������...
Download 



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