remove cli concerns from hack/make

Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
Daniel Nephin
2017-06-20 16:55:40 -04:00
parent 4e5293c253
commit ea2e4d73c4
5 changed files with 10 additions and 34 deletions

View File

@@ -1,6 +1,8 @@
#!/usr/bin/env bash
set -e
GO_PACKAGE='github.com/docker/docker/cmd/dockerd'
BINARY_SHORT_NAME='dockerd'
BINARY_NAME="$BINARY_SHORT_NAME-$VERSION"
BINARY_EXTENSION="$(binary_extension)"
BINARY_FULLNAME="$BINARY_NAME$BINARY_EXTENSION"