mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-25 02:31:46 +00:00
Build Makefile changes
This commit is contained in:
@ -102,7 +102,9 @@ build-basecoin: git-branch
|
|||||||
###
|
###
|
||||||
|
|
||||||
# set app_version
|
# set app_version
|
||||||
version-%: $(GOPATH)/bin/%
|
version-%:
|
||||||
|
@echo "Checking if binary exists"
|
||||||
|
test -n $(GOPATH)/bin/$*
|
||||||
@echo "BUILD_NUMBER is $(BUILD_NUMBER)"
|
@echo "BUILD_NUMBER is $(BUILD_NUMBER)"
|
||||||
test -n "$(BUILD_NUMBER)"
|
test -n "$(BUILD_NUMBER)"
|
||||||
$(eval $*_version=$(shell $< version | head -1 | cut -d- -f1 | sed 's/^\(ethermint:\s*\|\)\(v\|\)//' | tr -d '\t ' ))
|
$(eval $*_version=$(shell $< version | head -1 | cut -d- -f1 | sed 's/^\(ethermint:\s*\|\)\(v\|\)//' | tr -d '\t ' ))
|
||||||
|
Reference in New Issue
Block a user