[Groonga-commit] groonga/groonga at dfb732b [master] Don't include .git and auto generated files for mruby

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Jun 10 22:24:16 JST 2014


Kouhei Sutou	2014-06-10 22:24:16 +0900 (Tue, 10 Jun 2014)

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

  Message:
    Don't include .git and auto generated files for mruby

  Modified files:
    vendor/Makefile.am

  Modified: vendor/Makefile.am (+4 -1)
===================================================================
--- vendor/Makefile.am    2014-06-09 23:30:04 +0900 (2fcd95d)
+++ vendor/Makefile.am    2014-06-10 22:24:16 +0900 (c8e92b8)
@@ -5,6 +5,9 @@ SUBDIRS = mruby
 EXTRA_DIST =					\
 	$(NGINX_DIR)				\
 	mruby					\
-	mruby-source				\
 	CMakeLists.txt				\
 	plugins/CMakeLists.txt
+
+dist-hook:
+	GIT_DIR=$(srcdir)/mruby-source/.git git archive --format=tar HEAD | \
+	  tar xf - -C $(distdir)/mruby-source
-------------- next part --------------
HTML����������������������������...
Download 



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