X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=Makefile;h=95afe2e4860bd101591f4a6d874ef1e4c4af1702;hb=d4a7d7985ca41522f02feda638a87aa131cb2e79;hp=8c5855592c0a921715684aebfcf0510a787bec0f;hpb=60974e66c57cacdc2483d74718c4bb0a993d2183;p=src%2Fxds%2Fxds-gdb.git diff --git a/Makefile b/Makefile index 8c58555..95afe2e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Makefile used to build xds-gdb commands # Application Version -VERSION := 0.0.1 +VERSION := 0.1.0 # Retrieve git tag/commit to set sub-version string @@ -58,7 +58,6 @@ build: $(TARGET) xds-gdb: 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)" . - @([ "$(HOST_GOOS)" = "linux" ] && { cd $(BINDIR) && ln -sf $@ $(subst xds-,,$@); } || { true; } ) test: tools/glide go test --race $(shell ./tools/glide novendor)