Skip to content

Commit

Permalink
FAB-9660 add manifest-tool to gotools v1.1
Browse files Browse the repository at this point in the history
Change-Id: I00490c628aea2405104afccf4964d3b80ed8d588
Signed-off-by: Christopher Ferris <[email protected]>
  • Loading branch information
christo4ferris committed Apr 23, 2018
1 parent 849e304 commit 2357657
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gotools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,18 @@ OBJDIR ?= build
TMP_GOPATH=$(OBJDIR)/gopath
GOBIN=$(abspath $(TMP_GOPATH)/bin)

GOTOOLS = golint govendor goimports protoc-gen-go ginkgo gocov gocov-xml misspell
GOTOOLS = golint govendor goimports protoc-gen-go ginkgo gocov gocov-xml misspell manifest-tool
GOTOOLS_BIN = $(patsubst %,$(GOBIN)/%, $(GOTOOLS))

# go tool->path mapping
go.fqp.govendor := github.com/kardianos/govendor
go.fqp.golint := github.com/golang/lint/golint
go.fqp.golint := golang.org/x/lint/golint
go.fqp.goimports := golang.org/x/tools/cmd/goimports
go.fqp.ginkgo := github.com/onsi/ginkgo/ginkgo
go.fqp.gocov := github.com/axw/gocov/...
go.fqp.misspell := github.com/client9/misspell/cmd/misspell
go.fqp.gocov-xml:= github.com/AlekSi/gocov-xml
go.fqp.manifest-tool := github.com/estesp/manifest-tool
all: $(GOTOOLS_BIN)

install: $(GOTOOLS_BIN)
Expand Down

0 comments on commit 2357657

Please sign in to comment.