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

This commit is contained in:
Tianon Gravi
2013-09-24 14:36:20 -06:00
parent 03fe5632d0
commit aa3de0b849
2 changed files with 12 additions and 21 deletions
+3
View File
@@ -1,4 +1,7 @@
#!/bin/sh
DEST=$1
go build -o $DEST/docker-$VERSION -ldflags "$LDFLAGS" ./docker
echo "Created binary: $DEST/docker-$VERSION"