From 661699a301760fa251e3da668b578763d2728b0a Mon Sep 17 00:00:00 2001 From: weibaohui Date: Mon, 2 Dec 2019 23:23:54 +0800 Subject: [PATCH] fix executable path fix executable path by remove `/go` --- build/root/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/root/Makefile b/build/root/Makefile index ccc943bdc77..662f7c3d56a 100644 --- a/build/root/Makefile +++ b/build/root/Makefile @@ -68,7 +68,7 @@ define ALL_HELP_INFO # # Args: # WHAT: Directory names to build. If any of these directories has a 'main' -# package, the build will produce executable files under $(OUT_DIR)/go/bin. +# package, the build will produce executable files under $(OUT_DIR)/bin. # If not specified, "everything" will be built. # GOFLAGS: Extra flags to pass to 'go' when building. # GOLDFLAGS: Extra linking flags passed to 'go' when building.