[Groonga-commit] groonga/groonga at b5b302c [master] Do not contain needless autom4te.cache in source archive

Back to archive index

Kentaro Hayashi null+****@clear*****
Sat Sep 3 17:05:42 JST 2016


Kentaro Hayashi	2016-09-03 17:05:42 +0900 (Sat, 03 Sep 2016)

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

  Message:
    Do not contain needless autom4te.cache in source archive
    
    In the previous versions, the following files are archived.
    
     groonga-6.0.8/autom4te.cache/
     groonga-6.0.8/autom4te.cache/requests
     groonga-6.0.8/autom4te.cache/output.0
     groonga-6.0.8/autom4te.cache/traces.1
     groonga-6.0.8/autom4te.cache/output.1
     groonga-6.0.8/autom4te.cache/traces.0
     groonga-6.0.8/vendor/onigmo-source/autom4te.cache/
     groonga-6.0.8/vendor/onigmo-source/autom4te.cache/requests
     groonga-6.0.8/vendor/onigmo-source/autom4te.cache/output.0
     groonga-6.0.8/vendor/onigmo-source/autom4te.cache/traces.1
     groonga-6.0.8/vendor/onigmo-source/autom4te.cache/output.1
     groonga-6.0.8/vendor/onigmo-source/autom4te.cache/traces.0

  Modified files:
    Makefile.am

  Modified: Makefile.am (+1 -1)
===================================================================
--- Makefile.am    2016-09-02 15:25:29 +0900 (7457b9e)
+++ Makefile.am    2016-09-03 17:05:42 +0900 (487458a)
@@ -46,7 +46,7 @@ include $(srcdir)/version.sh
 
 dist-hook:
 	echo "$(GRN_VERSION)" > $(distdir)/version
-	cd $(distdir) && autoreconf --install --force
+	cd $(distdir) && autoreconf --install --force && find . -name autom4te.cache | xargs rm -fr
 
 benchmark:
 	cd test/benchmark && $(MAKE) benchmark
-------------- next part --------------
HTML����������������������������...
Download 



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