[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] add update-latest-release target.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:23:29 JST 2012


Kouhei Sutou	2010-11-24 22:45:32 +0900 (Wed, 24 Nov 2010)

  New Revision: 089db31873766e1d749bad394b3fc9908e621bd2
  https://github.com/mroonga/mroonga/commit/089db31873766e1d749bad394b3fc9908e621bd2

  Log:
    add update-latest-release target.

  Modified files:
    Makefile.am

  Modified: Makefile.am (+24 -0)
===================================================================
--- Makefile.am    2010-11-24 22:35:59 +0900 (bf074c4)
+++ Makefile.am    2010-11-24 22:45:32 +0900 (ad63101)
@@ -23,3 +23,27 @@ EXTRA_DIST = plug.in
 
 installcheck-local: install
 	test/run-sql-test.sh
+
+update-latest-release:
+	@if test -z "$(OLD_RELEASE)"; then	\
+	  echo "\$$(OLD_RELEASE) is missing";	\
+	  exit 1;				\
+	fi
+	@if test -z "$(OLD_RELEASE_DATE)"; then		\
+	  echo "\$$(OLD_RELEASE_DATE) is missing";	\
+	  exit 1;					\
+	fi
+	@if test -z "$(NEW_RELEASE_DATE)"; then		\
+	  echo "\$$(NEW_RELEASE_DATE) is missing";	\
+	  exit 1;					\
+	fi
+	cd $(top_srcdir) && test -d "misc" ||					\
+	  svn export --force							\
+	  https://cutter.svn.sourceforge.net/svnroot/cutter/cutter/trunk/misc
+	cd $(top_srcdir) &&					\
+	  misc/update-latest-release.rb				\
+	  $(PACKAGE) $(OLD_RELEASE) $(OLD_RELEASE_DATE)		\
+	  $(VERSION) $(NEW_RELEASE_DATE)			\
+	  rpm/fedora/mysql-groonga.spec.in			\
+	  rpm/centos/mysql-groonga.spec.in			\
+	  debian/changelog
-------------- next part --------------
HTML����������������������������...
Download 



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