Browse Source

Build Makefile changes

pull/1943/head
Greg Szabo 7 years ago
parent
commit
8bfb54d1aa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build/Makefile

+ 1
- 1
build/Makefile 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-%


Loading…
Cancel
Save