mirror of https://github.com/docker/docs.git
Revert "add `make install`, fix #202"
This reverts commit 77a16d3116
.
Signed-off-by: Viktor Stanchev <me@viktorstanchev.com>
This commit is contained in:
parent
f70a03fb64
commit
48e6ecedca
16
Makefile
16
Makefile
|
@ -48,19 +48,6 @@ ${PREFIX}/bin/notary-signer: NOTARY_VERSION $(shell find . -type f -name '*.go')
|
||||||
@echo "+ $@"
|
@echo "+ $@"
|
||||||
@godep go build -o $@ ${GO_LDFLAGS} ./cmd/notary-signer
|
@godep go build -o $@ ${GO_LDFLAGS} ./cmd/notary-signer
|
||||||
|
|
||||||
|
|
||||||
${GOPATH}/bin/notary-server: NOTARY_VERSION $(shell find . -type f -name '*.go')
|
|
||||||
@echo "+ $@"
|
|
||||||
@godep go install ${GO_LDFLAGS} ./cmd/notary-server
|
|
||||||
|
|
||||||
${GOPATH}/bin/notary: NOTARY_VERSION $(shell find . -type f -name '*.go')
|
|
||||||
@echo "+ $@"
|
|
||||||
@godep go install ${GO_LDFLAGS} ./cmd/notary
|
|
||||||
|
|
||||||
${GOPATH}/bin/notary-signer: NOTARY_VERSION $(shell find . -type f -name '*.go')
|
|
||||||
@echo "+ $@"
|
|
||||||
@godep go install ${GO_LDFLAGS} ./cmd/notary-signer
|
|
||||||
|
|
||||||
vet:
|
vet:
|
||||||
@echo "+ $@"
|
@echo "+ $@"
|
||||||
@test -z "$$(go tool vet -printf=false . 2>&1 | grep -v Godeps/_workspace/src/ | tee /dev/stderr)"
|
@test -z "$$(go tool vet -printf=false . 2>&1 | grep -v Godeps/_workspace/src/ | tee /dev/stderr)"
|
||||||
|
@ -77,9 +64,6 @@ build:
|
||||||
@echo "+ $@"
|
@echo "+ $@"
|
||||||
@go build -v ${GO_LDFLAGS} ./...
|
@go build -v ${GO_LDFLAGS} ./...
|
||||||
|
|
||||||
install: ${GOPATH}/bin/notary-server ${GOPATH}/bin/notary ${GOPATH}/bin/notary-signer
|
|
||||||
@echo "+ $@"
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
@echo "+ $@"
|
@echo "+ $@"
|
||||||
@go test -test.short ./...
|
@go test -test.short ./...
|
||||||
|
|
Loading…
Reference in New Issue