summaryrefslogtreecommitdiff
path: root/hack/make/binary
diff options
context:
space:
mode:
authorTianon Gravi <admwiggin@gmail.com>2013-09-23 12:19:28 -0600
committerTianon Gravi <admwiggin@gmail.com>2013-09-24 14:36:20 -0600
commitaa3de0b8499f8f42e0414099b2397179df35358b (patch)
tree065274fc93eec6ad0f95350068e5edf4cf09ce0e /hack/make/binary
parent03fe5632d0bba0ce1c7436fe9d94b595069efc6e (diff)
downloaddocker-aa3de0b8499f8f42e0414099b2397179df35358b.tar.gz
Add several of the small make.sh fixes from #1920, and make the output more consistent and contributor-friendly, since release instructions already exist in release.sh
Diffstat (limited to 'hack/make/binary')
-rw-r--r--hack/make/binary3
1 files changed, 3 insertions, 0 deletions
diff --git a/hack/make/binary b/hack/make/binary
index 52d6a47d57..372d9d1abe 100644
--- a/hack/make/binary
+++ b/hack/make/binary
@@ -1,4 +1,7 @@
+#!/bin/sh
DEST=$1
go build -o $DEST/docker-$VERSION -ldflags "$LDFLAGS" ./docker
+
+echo "Created binary: $DEST/docker-$VERSION"