mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-01-15 20:34:25 +01:00
Makefile: use git describe for better commit versions
This commit is contained in:
4
Makefile
4
Makefile
@@ -22,8 +22,8 @@ HAVE_LINTER := $(shell command -v $(LINT_BIN) 2> /dev/null)
|
||||
|
||||
BTCD_DIR :=${GOPATH}/src/$(BTCD_PKG)
|
||||
|
||||
COMMIT := $(shell git rev-parse HEAD)
|
||||
LDFLAGS := -ldflags "-X main.Commit=$(COMMIT)"
|
||||
COMMIT := $(shell git describe --abbrev=40 --dirty --broken)
|
||||
LDFLAGS := -ldflags "-X $(PKG)/build.Commit=$(COMMIT)"
|
||||
|
||||
GLIDE_COMMIT := 84607742b10f492430762d038e954236bbaf23f7
|
||||
BTCD_COMMIT := $(shell cat Gopkg.toml | \
|
||||
|
||||
Reference in New Issue
Block a user