mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-31 08:02:25 +02:00
build: remove --broken in new git commit extraction
This commit is contained in:
2
Makefile
2
Makefile
@@ -22,7 +22,7 @@ HAVE_LINTER := $(shell command -v $(LINT_BIN) 2> /dev/null)
|
|||||||
|
|
||||||
BTCD_DIR :=${GOPATH}/src/$(BTCD_PKG)
|
BTCD_DIR :=${GOPATH}/src/$(BTCD_PKG)
|
||||||
|
|
||||||
COMMIT := $(shell git describe --abbrev=40 --dirty --broken)
|
COMMIT := $(shell git describe --abbrev=40 --dirty)
|
||||||
LDFLAGS := -ldflags "-X $(PKG)/build.Commit=$(COMMIT)"
|
LDFLAGS := -ldflags "-X $(PKG)/build.Commit=$(COMMIT)"
|
||||||
|
|
||||||
GLIDE_COMMIT := 84607742b10f492430762d038e954236bbaf23f7
|
GLIDE_COMMIT := 84607742b10f492430762d038e954236bbaf23f7
|
||||||
|
Reference in New Issue
Block a user