Merge pull request #773 from pingcap/qiuyesuifeng/update-makefile
*: remove goyacc/golex/godep from make update.
This commit is contained in:
3
Makefile
3
Makefile
@ -55,12 +55,9 @@ install:
|
||||
$(GO) install ./...
|
||||
|
||||
update:
|
||||
go get -u github.com/tools/godep
|
||||
go get -u github.com/pingcap/go-hbase
|
||||
go get -u github.com/pingcap/go-themis
|
||||
go get -u github.com/ngaut/tso/client
|
||||
go get -u github.com/qiuyesuifeng/goyacc
|
||||
go get -u github.com/qiuyesuifeng/golex
|
||||
|
||||
TEMP_FILE = temp_parser_file
|
||||
|
||||
|
||||
Reference in New Issue
Block a user