Build Makefile changes

This commit is contained in:
Greg Szabo 2017-11-23 00:10:09 -05:00
parent 4b7260cdc5
commit 8bfb54d1aa
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ version-%:
test -n $(GOPATH)/bin/$*
@echo "BUILD_NUMBER is $(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 $(GOPATH)/bin/$* version | head -1 | cut -d- -f1 | sed 's/^\(ethermint:\s*\|\)\(v\|\)//' | tr -d '\t ' ))
# set build_folder
folder-%: version-%