From: Stefano Lattarini Date: Wed, 19 Dec 2012 11:16:27 +0000 (+0100) Subject: maint: typofixes in makefile comments X-Git-Tag: v1.13~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=929c20cc15c3188dd3bf7557ab3dad62c6db2178;p=platform%2Fupstream%2Fautomake.git maint: typofixes in makefile comments * maint.mk (git-upload-release): Here. Signed-off-by: Stefano Lattarini --- diff --git a/maint.mk b/maint.mk index 133e572..97bbf9b 100644 --- a/maint.mk +++ b/maint.mk @@ -156,10 +156,10 @@ git-tag-release: maintainer-check $$run $(GIT) tag -s "v$(VERSION)" -m "$$release_type $(VERSION)" git-upload-release: - @# Check this a version we can cut a release release from the - @# current repository: we must have a beta version, and the - @# repository must be clean. + @# Check this is a version we can cut a release (either test + @# or stable) from. @$(determine_release_type) + @# The repository must be clean. @$(git_must_have_clean_workdir) @# Check that we are releasing from a valid tag. @tag=`$(GIT) describe` \