From ecfe2457598e535434706928c9be913030729bee Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Fri, 25 Mar 2011 01:07:30 +0000 Subject: [PATCH] maint.mk: add missing version to VC-tag * top/maint.mk: git tag was missing actual tag name; add it. --- ChangeLog | 3 +++ top/maint.mk | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 75257d1e5..eba7d4e4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2011-03-25 Reuben Thomas + maint.mk: add missing version to VC-tag + * top/maint.mk: git tag was missing actual tag name; add it. + valgrind: do leak checking, and exit with code 1 on error (not 0) * m4/valgrind-tests.m4: Add `--error-exitcode=1 --leak-check=full' to VALGRIND. diff --git a/top/maint.mk b/top/maint.mk index 3f7d98336..524b69f47 100644 --- a/top/maint.mk +++ b/top/maint.mk @@ -33,7 +33,7 @@ GZIP_ENV = '--no-name --best $(gzip_rsyncable)' GIT = git VC = $(GIT) -VC-tag = git tag -s -m '$(VERSION)' -u '$(gpg_key_ID)' +VC-tag = git tag -s -m '$(VERSION)' 'v$(VERSION)' -u '$(gpg_key_ID)' VC_LIST = $(build_aux)/vc-list-files -C $(srcdir) -- 2.11.0