Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.POSIX:

include common.mk

STATIC_VERSION=$(shell static/gen-static-ver $(realpath $(CURDIR)/src/github.com/docker/docker) $(VERSION))
Expand Down
2 changes: 2 additions & 0 deletions deb/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.POSIX:

include ../common.mk

PLUGINS_DIR=$(realpath $(CURDIR)/../plugins)
Expand Down
2 changes: 2 additions & 0 deletions rpm/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.POSIX:

include ../common.mk

PLUGINS_DIR=$(realpath $(CURDIR)/../plugins)
Expand Down
2 changes: 2 additions & 0 deletions static/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.POSIX:

include ../common.mk

CLI_DIR=$(realpath $(CURDIR)/../src/github.com/docker/cli)
Expand Down