[Groonga-commit] groonga/groonga at 480cff8 [master] Don't add nginx built files into tar.gz

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Jan 10 18:42:08 JST 2015


Kouhei Sutou	2015-01-10 18:42:08 +0900 (Sat, 10 Jan 2015)

  New Revision: 480cff84992ab9327faf454ceb4c45f9b71f1490
  https://github.com/groonga/groonga/commit/480cff84992ab9327faf454ceb4c45f9b71f1490

  Message:
    Don't add nginx built files into tar.gz

  Modified files:
    vendor/Makefile.am

  Modified: vendor/Makefile.am (+1 -0)
===================================================================
--- vendor/Makefile.am    2015-01-10 13:10:10 +0900 (334b6fd)
+++ vendor/Makefile.am    2015-01-10 18:42:08 +0900 (0b76619)
@@ -11,6 +11,7 @@ EXTRA_DIST =					\
 	mruby/CMakeLists.txt
 
 dist-hook:
+	rm -rf $(distdir)/$(NGINX_DIR)/objs/
 	GIT_DIR=$(srcdir)/mruby-source/.git git archive --format=tar HEAD | \
 	  tar xf - -C $(distdir)/mruby-source
 	$(MKDIR_P) $(distdir)/onigmo-source
-------------- next part --------------
HTML����������������������������...
Download 



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