From: H. Peter Anvin Date: Mon, 29 Jan 2007 01:41:06 +0000 (-0800) Subject: When making a release, force a tag even if it already exists X-Git-Tag: syslinux-3.35~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=8b48c5ccfc87d4c4688d4e0e78538b9e84bec4bb;p=profile%2Fivi%2Fsyslinux.git When making a release, force a tag even if it already exists --- diff --git a/Makefile.private b/Makefile.private index ddbf75b..9f822b2 100644 --- a/Makefile.private +++ b/Makefile.private @@ -43,7 +43,7 @@ official: release: test -d release rm -f '$(GIT_DIR)'/refs/tags/syslinux-$(VERSION) - cg-tag syslinux-$(VERSION) + cg-tag -f syslinux-$(VERSION) -rm -rf release/syslinux-$(VERSION) -rm -f release/syslinux-$(VERSION).* cd release && env GIT_DIR='$(ABS_GIT_DIR)' cg-export -r syslinux-$(VERSION) syslinux-$(VERSION)