X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=Makefile;h=017cb29eda7aef2c5ebf7b140f4f147a5f529963;hb=b91f9fa7fe99aa9b0eed5a847baa67f1c678208a;hp=334c47de26e05fa0c1a9645f02c698525e8c4040;hpb=4db1132c1cb1ffe1425b8ff5266f9f7220aeffe3;p=src%2Fxds%2Fxds-gdb.git diff --git a/Makefile b/Makefile index 334c47d..017cb29 100644 --- a/Makefile +++ b/Makefile @@ -58,8 +58,8 @@ all: build .PHONY: build build: vendor - @echo "### Build $@ (version $(VERSION), subversion $(SUB_VERSION)) - $(BUILD_MODE)"; - @cd $(ROOT_SRCDIR); $(BUILD_ENV_FLAGS) go build $(VERBOSE_$(V)) -i -o $(BINDIR)/$@$(EXT) -ldflags "$(GORELEASE) -X main.AppVersion=$(VERSION) -X main.AppSubVersion=$(SUB_VERSION)" . + @echo "### Build xds-gdb (version $(VERSION), subversion $(SUB_VERSION)) - $(BUILD_MODE)"; + @cd $(ROOT_SRCDIR); $(BUILD_ENV_FLAGS) go build $(VERBOSE_$(V)) -i -o $(BINDIR)/xds-gdb$(EXT) -ldflags "$(GORELEASE) -X main.AppVersion=$(VERSION) -X main.AppSubVersion=$(SUB_VERSION)" . test: tools/glide go test --race $(shell ./tools/glide novendor)