From: Karl Berry Date: Tue, 27 May 2025 15:35:33 +0000 (-0700) Subject: maint: more verbose git-tag-release. X-Git-Tag: v1.18^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ec906293ae853da0b5135a66a6facd34c7acf367;p=thirdparty%2Fautomake.git maint: more verbose git-tag-release. * maintainer/maint.mk (git-tag-release): always show command being run. --- diff --git a/maintainer/maint.mk b/maintainer/maint.mk index ee5a25076..c737369c6 100644 --- a/maintainer/maint.mk +++ b/maintainer/maint.mk @@ -182,11 +182,11 @@ print-release-type: git-tag-release: maintainer-check @set -e -u; \ case '$(AM_TAG_DRYRUN)' in \ - ""|[nN]|[nN]o|NO) run="set -x;";; \ + ""|[nN]|[nN]o|NO) run=;; \ *) run="echo Would run:";; \ esac; \ $(git_must_have_clean_workdir); \ - $$run $(GIT) tag -s "v$(VERSION)" -m "$(PACKAGE) $(VERSION)" + set -x; $$run $(GIT) tag -s "v$(VERSION)" -m "$(PACKAGE) $(VERSION)" git-upload-release: @# Check this is a version we can cut a release (either test