summaryrefslogtreecommitdiff
path: root/Makefile.private
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-01-28 17:41:06 -0800
committerH. Peter Anvin <hpa@zytor.com>2007-01-28 17:41:06 -0800
commit8b48c5ccfc87d4c4688d4e0e78538b9e84bec4bb (patch)
treee5b32acbb1989285aa8a419182dcea8cf2089bac /Makefile.private
parentfc77d7f9a369fffe47cd303ad062f103c4a1ccbd (diff)
downloadsyslinux-8b48c5ccfc87d4c4688d4e0e78538b9e84bec4bb.tar.gz
When making a release, force a tag even if it already exists
Diffstat (limited to 'Makefile.private')
-rw-r--r--Makefile.private2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.private b/Makefile.private
index ddbf75b0..9f822b2b 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)