aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-05-02 03:15:17 -0400
committerJesse Luehrs <doy@tozt.net>2020-05-02 03:15:17 -0400
commit51a877add447d3c5b5af9d369fda90e65da31f43 (patch)
tree6456d777eb90ab3342d51f2e28265d270c4f6257 /Makefile
parent33ed77559ac36990a5347b346a28595ec9317bcc (diff)
downloadrbw-51a877add447d3c5b5af9d369fda90e65da31f43.tar.gz
rbw-51a877add447d3c5b5af9d369fda90e65da31f43.zip
work around make bug
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c18ee30..c792114 100644
--- a/Makefile
+++ b/Makefile
@@ -54,9 +54,11 @@ publish-crates-io: test
@cargo publish
.PHONY: publish-crates-io
+# force shell instead of exec to work around
+# https://savannah.gnu.org/bugs/?57962 since i have ~/.bin/git as a directory
publish-git-tags: test
- @git tag $(VERSION)
- @git push --tags
+ @:; git tag $(VERSION)
+ @:; git push --tags
.PHONY: publish-git-tags
publish-deb: test pkg/$(DEB_PACKAGE) pkg/$(DEB_PACKAGE).minisig release-dir-deb