mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-27 22:46:17 +02:00
Makefile: remove unnecessary PROD_TAGS
This commit is contained in:
5
Makefile
5
Makefile
@@ -42,7 +42,6 @@ XARGS := xargs -L 1
|
|||||||
include make/testing_flags.mk
|
include make/testing_flags.mk
|
||||||
|
|
||||||
DEV_TAGS := $(if ${tags},$(DEV_TAGS) ${tags},$(DEV_TAGS))
|
DEV_TAGS := $(if ${tags},$(DEV_TAGS) ${tags},$(DEV_TAGS))
|
||||||
PROD_TAGS := $(if ${tags},$(PROD_TAGS) ${tags},$(PROD_TAGS))
|
|
||||||
|
|
||||||
COVER = for dir in $(GOLISTCOVER); do \
|
COVER = for dir in $(GOLISTCOVER); do \
|
||||||
$(GOTEST) -tags="$(DEV_TAGS) $(LOG_TAGS)" \
|
$(GOTEST) -tags="$(DEV_TAGS) $(LOG_TAGS)" \
|
||||||
@@ -110,8 +109,8 @@ build:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
@$(call print, "Installing lnd and lncli.")
|
@$(call print, "Installing lnd and lncli.")
|
||||||
$(GOINSTALL) -tags="$(PROD_TAGS)" $(LDFLAGS) $(PKG)
|
$(GOINSTALL) -tags="${tags}" $(LDFLAGS) $(PKG)
|
||||||
$(GOINSTALL) -tags="$(PROD_TAGS)" $(LDFLAGS) $(PKG)/cmd/lncli
|
$(GOINSTALL) -tags="${tags}" $(LDFLAGS) $(PKG)/cmd/lncli
|
||||||
|
|
||||||
scratch: build
|
scratch: build
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user