Browse code

Modify comment of Makefile

Signed-off-by: Yanqiang Miao <miao.yanqiang@zte.com.cn>

Yanqiang Miao authored on 2016/07/01 18:18:42
Showing 1 changed files
... ...
@@ -9,7 +9,7 @@ DOCKERFILE := $(shell bash -c 'source hack/make/.detect-daemon-osarch && echo $$
9 9
 
10 10
 # env vars passed through directly to Docker's build scripts
11 11
 # to allow things like `make KEEPBUNDLE=1 binary` easily
12
-# `docs/sources/contributing/devenvironment.md ` and `project/PACKAGERS.md` have some limited documentation of some of these
12
+# `project/PACKAGERS.md` have some limited documentation of some of these
13 13
 DOCKER_ENVS := \
14 14
 	-e BUILDFLAGS \
15 15
 	-e KEEPBUNDLE \