зеркало из https://github.com/microsoft/docker.git
Merge pull request #562 from tianon/go1.1
- Makefile: Swap "go get" for "go get -d", especially to compile on go1.1rc
This commit is contained in:
Коммит
3484781a6f
2
Makefile
2
Makefile
|
@ -39,7 +39,7 @@ $(DOCKER_BIN): $(DOCKER_DIR)
|
||||||
$(DOCKER_DIR):
|
$(DOCKER_DIR):
|
||||||
@mkdir -p $(dir $@)
|
@mkdir -p $(dir $@)
|
||||||
@if [ -h $@ ]; then rm -f $@; fi; ln -sf $(CURDIR)/ $@
|
@if [ -h $@ ]; then rm -f $@; fi; ln -sf $(CURDIR)/ $@
|
||||||
@(cd $(DOCKER_MAIN); go get $(GO_OPTIONS))
|
@(cd $(DOCKER_MAIN); go get -d $(GO_OPTIONS))
|
||||||
|
|
||||||
whichrelease:
|
whichrelease:
|
||||||
echo $(RELEASE_VERSION)
|
echo $(RELEASE_VERSION)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче