automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI] {master} maint: typofixes in makefile comments


From: Stefano Lattarini
Subject: [FYI] {master} maint: typofixes in makefile comments
Date: Wed, 19 Dec 2012 12:17:28 +0100

* maint.mk (git-upload-release): Here.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 maint.mk | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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` \
-- 
1.8.0.1.347.gf94c325




reply via email to

[Prev in Thread] Current Thread [Next in Thread]