瀏覽代碼

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

Modify the comment of Makefile
Antonio Murdaca 9 年之前
父節點
當前提交
327a69c9b0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -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
 # env vars passed through directly to Docker's build scripts
 # to allow things like `make KEEPBUNDLE=1 binary` easily
 # 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 := \
 DOCKER_ENVS := \
 	-e BUILDFLAGS \
 	-e BUILDFLAGS \
 	-e KEEPBUNDLE \
 	-e KEEPBUNDLE \