summaryrefslogtreecommitdiff
path: root/hack/make/binary-daemon
diff options
context:
space:
mode:
authorJustin Cormack <justin.cormack@docker.com>2016-10-19 00:30:47 +0100
committerJustin Cormack <justin.cormack@docker.com>2016-10-25 13:13:22 +0100
commit3996975b0840033bda3919440d122d734a4bc66b (patch)
treeea1de11719a901775060626d5f993c6679fe1f33 /hack/make/binary-daemon
parentce6cfef36d6fa52df6ebdd3dd996d6bebe0f308d (diff)
downloaddocker-3996975b0840033bda3919440d122d734a4bc66b.tar.gz
Build docker-proxy from git checkout like other external binaries
This means we can vendor libnetwork without special casing, and it is built the same way as the other external binaries. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
Diffstat (limited to 'hack/make/binary-daemon')
-rw-r--r--hack/make/binary-daemon3
1 files changed, 0 insertions, 3 deletions
diff --git a/hack/make/binary-daemon b/hack/make/binary-daemon
index 7ce47a2047..2ed5a51d16 100644
--- a/hack/make/binary-daemon
+++ b/hack/make/binary-daemon
@@ -9,8 +9,5 @@ set -e
export BINARY_SHORT_NAME="$DOCKER_DAEMON_BINARY_NAME"
export SOURCE_PATH='./cmd/dockerd'
source "${MAKEDIR}/.binary"
- export BINARY_SHORT_NAME="$DOCKER_PROXY_BINARY_NAME"
- export SOURCE_PATH='./vendor/src/github.com/docker/libnetwork/cmd/proxy'
- source "${MAKEDIR}/.binary"
copy_binaries "$DEST" 'hash'
)