[Groonga-commit] groonga/groonga [master] mruby: run yacc on import

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Wed Jan 16 18:58:35 JST 2013


Kouhei Sutou	2013-01-16 18:58:35 +0900 (Wed, 16 Jan 2013)

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

  Log:
    mruby: run yacc on import

  Modified files:
    vendor/mruby/update.sh
    vendor/mruby/update_files.sh

  Modified: vendor/mruby/update.sh (+2 -0)
===================================================================
--- vendor/mruby/update.sh    2013-01-16 18:07:22 +0900 (70bc540)
+++ vendor/mruby/update.sh    2013-01-16 18:58:35 +0900 (3bc9bbf)
@@ -30,6 +30,8 @@ relative_mrblib_c=build/host/mrblib/mrblib.c
 (cd ${new_mruby_clone_dir} && ${RUBY} ./minirake > /dev/null)
 find ${new_mruby_clone_dir}/build/host -name mrblib.c \
     -exec mv '{}' ${new_mruby_dir}/src/ ';'
+find ${new_mruby_clone_dir}/build/host -name y.tab.c \
+    -exec mv '{}' ${new_mruby_dir}/src/parse.c ';'
 
 rm -rf ${new_mruby_clone_dir}
 

  Modified: vendor/mruby/update_files.sh (+1 -1)
===================================================================
--- vendor/mruby/update_files.sh    2013-01-16 18:07:22 +0900 (de7c94e)
+++ vendor/mruby/update_files.sh    2013-01-16 18:58:35 +0900 (8c6eb7f)
@@ -13,6 +13,6 @@ list_paths()
 }
 
 mruby_dir=$1
-find "${mruby_dir}/src" -type f -name '*.[chy]' | \
+find "${mruby_dir}/src" -type f -name '*.[ch]' | \
 	sed -e 's,^,$(srcdir)/,g' | \
 	list_paths "libmruby_la_SOURCES"
-------------- next part --------------
HTML����������������������������...
ダウンロード 



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