From e82aa5d1a3c12cf3bbc7148182a2d1af33aa209d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 29 Apr 2011 18:58:43 +0200 Subject: [PATCH] maint.mk: remove unused VC-tag variable * top/maint.mk (VC-tag): Remove unused variable. --- ChangeLog | 5 +++++ top/maint.mk | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 874a093e3a..6dc12448d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-04-29 Jim Meyering + + maint.mk: remove unused VC-tag variable + * top/maint.mk (VC-tag): Remove unused variable. + 2011-04-29 Bruno Haible netdb: fix gai_strerror replacements diff --git a/top/maint.mk b/top/maint.mk index 47cb44ee26..8727b3f4c8 100644 --- a/top/maint.mk +++ b/top/maint.mk @@ -33,7 +33,6 @@ GZIP_ENV = '--no-name --best $(gzip_rsyncable)' GIT = git VC = $(GIT) -VC-tag = git tag -s -m '$(VERSION)' 'v$(VERSION)' -u '$(gpg_key_ID)' VC_LIST = $(build_aux)/vc-list-files -C $(srcdir) -- 2.30.2