1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-17 21:02:25 +02:00

* Makefile.maint (vc-tag-check): Correct check for existing git tag.

This commit is contained in:
Jim Meyering
2007-12-01 19:03:00 +01:00
parent 214d27e146
commit f25ce1bc94
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
2007-12-01 Jim Meyering <meyering@redhat.com>
* Makefile.maint (vc-tag-check): Correct check for existing git tag.
Defer NEWS and ChangeLog checks until after the version-changing tag.
* Makefile.maint (alpha beta major): Don't depend on the
news-date-check changelog-check targets. They must fail before

View File

@@ -522,7 +522,7 @@ vc-tag-check:
$(CVS) -n log -h README|grep -e $(this-vc-tag-regexp): >/dev/null \
&& used=yes; \
else \
$(GIT) tag -l '^$(this-vc-tag-regexp)$$' && used=yes; \
test -n `$(GIT) tag -l '$(this-vc-tag)'` && used=yes; \
fi; \
if test "$$used" = yes; then \
echo "$(this-vc-tag) has already been used; not tagging" 1>&2; \