cmd/dist: completely remove dist command

Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
Stephen J Day
2017-07-14 15:30:35 -07:00
parent 751598e806
commit 98f6deb50e
12 changed files with 155 additions and 285 deletions

View File

@@ -28,7 +28,7 @@ INTEGRATION_PACKAGE=${PKG}
TEST_REQUIRES_ROOT_PACKAGES=$(shell for f in $$(git grep -l testutil.RequiresRoot | grep -v Makefile);do echo "${PKG}/$$(dirname $$f)"; done)
# Project binaries.
COMMANDS=ctr containerd protoc-gen-gogoctrd dist
COMMANDS=ctr containerd protoc-gen-gogoctrd
ifneq ("$(GOOS)", "windows")
COMMANDS += containerd-shim
endif