From 7fb366ec87448b55362082837cf85693acdf4867 Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Wed, 21 Mar 2018 15:48:36 -0700 Subject: [PATCH] Remove generation of AUTHORS This is unused, and currently breaks the spellcheck rule. I was going to just skip spell checking it, but it seems easier to remove the file generation instead. Signed-off-by: Justin Cormack --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 002110719e..6d0fda3c48 100644 --- a/Makefile +++ b/Makefile @@ -45,10 +45,7 @@ PKGS ?= $(shell go list -tags "${NOTARY_BUILDTAGS}" ./... | grep -v /vendor/ | t .DELETE_ON_ERROR: cover .DEFAULT: default -all: AUTHORS clean lint build test binaries - -AUTHORS: .git/HEAD - git log --format='%aN <%aE>' | sort -fu > $@ +all: clean lint build test binaries # This only needs to be generated by hand when cutting full releases. version/version.go: