Browse Source

append to revisions file with newline

pull/117/head
Jae Kwon 9 years ago
parent
commit
5983088a32
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Makefile

+ 2
- 2
Makefile View File

@ -10,7 +10,7 @@ install:
go install github.com/tendermint/tendermint/cmd/debora
go install github.com/tendermint/tendermint/cmd/stdinwriter
go install github.com/tendermint/tendermint/cmd/logjack
@echo -n `git rev-parse --verify HEAD` >> $(TMROOT)/revisions
@echo `git rev-parse --verify HEAD` >> $(TMROOT)/revisions
build:
go build -o build/tendermint github.com/tendermint/tendermint/cmd/tendermint
@ -48,4 +48,4 @@ gen_client:
go generate rpc/core_client/*.go
revision:
@echo -n `git rev-parse --verify HEAD` >> $(TMROOT)/revisions
@echo `git rev-parse --verify HEAD` >> $(TMROOT)/revisions

Loading…
Cancel
Save