mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-27 04:28:20 +00:00
Add dependency to Makefile for Docker
The Docker version is in the Makefile su always re-upload if changed. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
2df41c24e2
commit
cc903c3fa5
@ -24,9 +24,9 @@ endif
|
|||||||
.PHONY: download hub cleanusr
|
.PHONY: download hub cleanusr
|
||||||
|
|
||||||
ifeq ($(DOCKER_BIN_URL)$(FORCE_CURL)$(RELEASE_CANDIDATE),)
|
ifeq ($(DOCKER_BIN_URL)$(FORCE_CURL)$(RELEASE_CANDIDATE),)
|
||||||
usr/bin/docker: hub
|
usr/bin/docker: Makefile hub
|
||||||
else
|
else
|
||||||
usr/bin/docker: download
|
usr/bin/docker: Makefile download
|
||||||
endif
|
endif
|
||||||
|
|
||||||
cleanusr:
|
cleanusr:
|
||||||
|
Loading…
Reference in New Issue
Block a user