You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
600 B
12 lines
600 B
Index: src/github.com/m3db/m3/Makefile |
|
--- src/github.com/m3db/m3/Makefile.orig 2020-02-23 11:10:14.000000000 +0100 |
|
+++ src/github.com/m3db/m3/Makefile 2020-02-23 11:15:32.031855000 +0100 |
|
@@ -133,7 +133,7 @@ |
|
endif |
|
@echo Building $(SERVICE) |
|
[ -d $(VENDOR) ] || make install-vendor-m3 |
|
- $(GO_BUILD_COMMON_ENV) go build -ldflags '$(GO_BUILD_LDFLAGS)' -o $(BUILD)/$(SERVICE) ./src/cmd/services/$(SERVICE)/main/. |
|
+ $(GO_BUILD_COMMON_ENV) go build -v -ldflags '$(GO_BUILD_LDFLAGS)' -o $(BUILD)/$(SERVICE) ./src/cmd/services/$(SERVICE)/main/. |
|
|
|
.PHONY: $(SERVICE)-linux-amd64 |
|
$(SERVICE)-linux-amd64:
|
|
|