summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2016-05-04 14:12:24 +0200
committerErich Eckner <git@eckner.net>2016-05-04 14:12:24 +0200
commit7bd739dbe228e14d79b665f10d6b0555d962d570 (patch)
treefec3d0c4d1186d1c5627b22f86b64765acbac864 /Makefile
parent5d55d3b54795e2122d17b37d8491ec29cd8355cd (diff)
downloadsendmailadvanced-7bd739dbe228e14d79b665f10d6b0555d962d570.tar.xz
weniger kraftvolles make dist
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a796aaa..322aa90 100644
--- a/Makefile
+++ b/Makefile
@@ -43,9 +43,9 @@ clean:
dist: clean
git status --porcelain 2> /dev/null | grep -q "\S" && (git add .; git commit -m"neue Version: $(VERSION)") || true
- git tag -d v$(VERSION) && git push origin --delete v$(VERSION) || true
+ ! git tag -d v$(VERSION) 2> /dev/null
git tag v$(VERSION)
- git push --force
+ git push
git push --tags
# End of file