This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
Makefile workaround for different binary name for trackomatron (tracko)
pull/1943/head
Greg Szabo
8 years ago
parent
ccf13fae0c
commit
1c5e36725f
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
devops/rpmbuild/Makefile
+ 1
- 0
devops/rpmbuild/Makefile
View File
@ -81,6 +81,7 @@ build-trackomatron: git-branch
go get -d -u go github.com/tendermint/trackomatron
||
echo
"Workaround so there is no error message."
cd
$(
GOPATH
)
/src/github.com/tendermint/trackomatron
&&
git checkout
"
$(
GIT_BRANCH
)
"
&&
git pull
$(
MAKE
)
-C
$(
GOPATH
)
/src/github.com/tendermint/trackomatron get_vendor_deps install
@echo
"Workaround: trackomatron package has tracko as the binary - trackomatron needed to get the version number"
&&
rm -rf
$(
GOPATH
)
/bin/trackomatron
&&
ln -s
$(
GOPATH
)
/bin/tracko
$(
GOPATH
)
/bin/trackomatron
@echo
"*** Built trackomatron"
version-%
:
$(
GOPATH
)
/
bin
/%
Write
Preview
Loading…
Cancel
Save