Merge pull request #24212 from miaoyq/fix-makefile-comment-err

Modify the comment of Makefile
Upstream-commit: 327a69c9b081b92621d5639e41133bd62b27c3b9
Component: engine
This commit is contained in:
Antonio Murdaca
2016-07-02 17:04:11 +02:00
committed by GitHub

View File

@ -9,7 +9,7 @@ DOCKERFILE := $(shell bash -c 'source hack/make/.detect-daemon-osarch && echo $$
# env vars passed through directly to Docker's build scripts
# to allow things like `make KEEPBUNDLE=1 binary` easily
# `docs/sources/contributing/devenvironment.md ` and `project/PACKAGERS.md` have some limited documentation of some of these
# `project/PACKAGERS.md` have some limited documentation of some of these
DOCKER_ENVS := \
-e BUILDFLAGS \
-e KEEPBUNDLE \