[Groonga-commit] groonga/groonga at 5b1be8a [master] Ensure updating timestamp

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Feb 27 21:22:49 JST 2016


Kouhei Sutou	2016-02-27 21:22:49 +0900 (Sat, 27 Feb 2016)

  New Revision: 5b1be8a5dbc0adedcd7f7796cdb6e99aeef00c67
  https://github.com/groonga/groonga/commit/5b1be8a5dbc0adedcd7f7796cdb6e99aeef00c67

  Message:
    Ensure updating timestamp
    
    It's for avoiding needless auto autoreconf by "make all".

  Modified files:
    vendor/Makefile.am

  Modified: vendor/Makefile.am (+1 -0)
===================================================================
--- vendor/Makefile.am    2016-02-27 21:22:37 +0900 (dbd14bb)
+++ vendor/Makefile.am    2016-02-27 21:22:49 +0900 (cf31372)
@@ -21,3 +21,4 @@ dist-hook:
 	GIT_DIR=$(srcdir)/onigmo-source/.git git archive --format=tar HEAD | \
 	  tar xf - -C $(distdir)/onigmo-source
 	cd $(distdir)/onigmo-source && autoreconf --install --force
+	cd $(distdir)/onigmo-source && sleep 1 && touch config.h.in
-------------- next part --------------
HTML����������������������������...
Download 



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