[Groonga-commit] groonga/groonga at b1b1f1a [master] Revert "windows: ensure to create download directory"

Back to archive index

HAYASHI Kentaro null+****@clear*****
Tue Apr 26 10:20:24 JST 2016


HAYASHI Kentaro	2016-04-26 10:20:24 +0900 (Tue, 26 Apr 2016)

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

  Message:
    Revert "windows: ensure to create download directory"
    
    This reverts commit 742577d72897722ad578546a8f49fda5cd3b2f4b.
    
    In this context, need not to create "tmp/download" directory.

  Modified files:
    packages/windows/Makefile.am

  Modified: packages/windows/Makefile.am (+1 -1)
===================================================================
--- packages/windows/Makefile.am    2016-04-26 04:01:34 +0900 (51aed7b)
+++ packages/windows/Makefile.am    2016-04-26 10:20:24 +0900 (3c58322)
@@ -136,7 +136,7 @@ SOURCE=tmp/$(PACKAGE)-$(VERSION).tar.gz
 source: $(SOURCE)
 
 $(SOURCE): $(abs_top_builddir)/$(PACKAGE)-$(VERSION).tar.gz
-	mkdir -p tmp/download
+	mkdir -p tmp
 	cp $(abs_top_builddir)/$(PACKAGE)-$(VERSION).tar.gz $(SOURCE)
 
 diff-mecab:
-------------- next part --------------
HTML����������������������������...
다운로드 



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