From: Stefano Lattarini Date: Wed, 19 Dec 2012 11:06:38 +0000 (+0100) Subject: maint: remove extra verbosity from a maintainer rule X-Git-Tag: v1.13~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=31d006502cb4fed4c6c5977630cefdf3b619ec24;p=thirdparty%2Fautomake.git maint: remove extra verbosity from a maintainer rule * maint.mk (git-upload-release): Here, by adding a forgotten '@' recipe modifier. Signed-off-by: Stefano Lattarini --- diff --git a/maint.mk b/maint.mk index 9853e6d6a..133e572f1 100644 --- a/maint.mk +++ b/maint.mk @@ -162,7 +162,7 @@ git-upload-release: @$(determine_release_type) @$(git_must_have_clean_workdir) @# Check that we are releasing from a valid tag. - tag=`$(GIT) describe` \ + @tag=`$(GIT) describe` \ && case $$tag in "v$(VERSION)") true;; *) false;; esac \ || { echo "$@: you can only create a release from a tagged" \ "version" >&2; \