[Groonga-mysql-commit] mroonga/mroonga at 06d3aa8 [master] Stop to create misc

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Aug 31 15:45:23 JST 2015


Kouhei Sutou	2015-08-31 15:45:23 +0900 (Mon, 31 Aug 2015)

  New Revision: 06d3aa851400db16b079b36c643fba8899fba1e6
  https://github.com/mroonga/mroonga/commit/06d3aa851400db16b079b36c643fba8899fba1e6

  Message:
    Stop to create misc

  Modified files:
    Makefile.am

  Modified: Makefile.am (+8 -9)
===================================================================
--- Makefile.am    2015-08-31 15:38:26 +0900 (4083baa)
+++ Makefile.am    2015-08-31 15:45:23 +0900 (7800f92)
@@ -49,7 +49,13 @@ tag:
 	cd $(top_srcdir) && \
 	  git tag v$(VERSION) -a -m 'Mroonga $(VERSION)!!!'
 
-update-latest-release: misc
+ensure-cutter-source-path:
+	@if test -z "$(CUTTER_SOURCE_PATH)"; then \
+	  echo "\$$(CUTTER_SOURCE_PATH) is missing"; \
+	  exit 1; \
+	fi
+
+update-latest-release: ensure-cutter-source-path
 	@if test -z "$(OLD_RELEASE)"; then	\
 	  echo "\$$(OLD_RELEASE) is missing";	\
 	  exit 1;				\
@@ -63,7 +69,7 @@ update-latest-release: misc
 	  exit 1;					\
 	fi
 	cd $(top_srcdir) &&				\
-	  misc/update-latest-release.rb			\
+	  "$(CUTTER_SOURCE_PATH)/misc/update-latest-release.rb"	\
 	  $(PACKAGE) $(OLD_RELEASE) $(OLD_RELEASE_DATE)	\
 	  $(VERSION) $(NEW_RELEASE_DATE)		\
 	  packages/rpm/centos/mariadb-mroonga.spec.in	\
@@ -145,10 +151,3 @@ upload-to-github:
 
 echo-cutter:
 	echo $(CUTTER)
-
-misc:
-	@if test -z "$(CUTTER_SOURCE_PATH)"; then \
-	  echo "\$$(CUTTER_SOURCE_PATH) is missing"; \
-	  exit 1; \
-	fi
-	ln -s "$(CUTTER_SOURCE_PATH)/misc" misc
-------------- next part --------------
HTML����������������������������...
다운로드 



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