[Groonga-mysql-commit] mroonga/mroonga at daed73b [master] Remove unused targets

Back to archive index

Kouhei Sutou null+****@clear*****
Wed May 28 12:25:37 JST 2014


Kouhei Sutou	2014-05-28 12:25:37 +0900 (Wed, 28 May 2014)

  New Revision: daed73b1c83f4dcbb8a080cfb3b2e2593e715579
  https://github.com/mroonga/mroonga/commit/daed73b1c83f4dcbb8a080cfb3b2e2593e715579

  Message:
    Remove unused targets

  Modified files:
    packages/windows/Makefile.am

  Modified: packages/windows/Makefile.am (+0 -16)
===================================================================
--- packages/windows/Makefile.am    2014-05-28 11:40:04 +0900 (e99c5dc)
+++ packages/windows/Makefile.am    2014-05-28 12:25:37 +0900 (a2ff8f5)
@@ -10,19 +10,3 @@ EXTRA_DIST =					\
 	build-vc2013-zip-64.bat			\
 	build-vc2013-msi-32.bat			\
 	build-vc2013-msi-64.bat
-
-all:
-
-release: upload
-
-ensure-rsync-path:
-	@if test -z "$(RSYNC_PATH)"; then				\
-	  echo "--with-rsync-path configure option must be specified.";	\
-	  false;							\
-	fi
-
-download: ensure-rsync-path
-	rsync -avz --progress $(RSYNC_PATH)/windows/mroonga/ files
-
-upload: ensure-rsync-path
-	rsync -avz --progress --delete files/ $(RSYNC_PATH)/windows/mroonga
-------------- next part --------------
HTML����������������������������...
Download 



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