[Groonga-commit] groonga/groonga at 146f7c7 [master] mruby: install LEGAL in Autotools build

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 22 11:26:22 JST 2015


Kouhei Sutou	2015-10-22 11:26:22 +0900 (Thu, 22 Oct 2015)

  New Revision: 146f7c753e124ae86512bab280fee8fb635bba02
  https://github.com/groonga/groonga/commit/146f7c753e124ae86512bab280fee8fb635bba02

  Message:
    mruby: install LEGAL in Autotools build

  Modified files:
    vendor/mruby/Makefile.am
    vendor/mruby/built_sources.am

  Modified: vendor/mruby/Makefile.am (+6 -0)
===================================================================
--- vendor/mruby/Makefile.am    2015-10-20 23:11:35 +0900 (50ee182)
+++ vendor/mruby/Makefile.am    2015-10-22 11:26:22 +0900 (acafbd4)
@@ -1,4 +1,5 @@
 EXTRA_DIST =					\
+	LEGAL					\
 	CMakeLists.txt				\
 	build_config.rb				\
 	mruby_build.rb				\
@@ -16,6 +17,10 @@ CFLAGS +=					\
 	$(NO_BAD_FUNCTION_CAST_CFLAGS)
 
 if WITH_MRUBY
+mruby_datadir = $(pkgdatadir)/mruby
+mruby_data_DATA =				\
+	LEGAL
+
 noinst_LTLIBRARIES = libmruby.la
 
 AM_CPPFLAGS =					\
@@ -31,6 +36,7 @@ include sources.am
 include built_sources.am
 libmruby_la_SOURCES += $(BUILT_SOURCES)
 
+LEGAL: mruby_build.timestamp
 mrblib.c: mruby_build.timestamp
 mrbgems_init.c: mruby_build.timestamp
 mruby-compiler/core/parse.c: mruby_build.timestamp

  Modified: vendor/mruby/built_sources.am (+0 -1)
===================================================================
--- vendor/mruby/built_sources.am    2015-10-20 23:11:35 +0900 (1322762)
+++ vendor/mruby/built_sources.am    2015-10-22 11:26:22 +0900 (73726cd)
@@ -1,5 +1,4 @@
 BUILT_SOURCES =						\
-	LEGAL						\
 	mrblib.c					\
 	mrbgems_init.c					\
 	mruby-compiler/core/parse.c			\
-------------- next part --------------
HTML����������������������������...
Download 



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