Skip to content

Commit

Permalink
update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
zhexuany committed Dec 11, 2017
1 parent 559b2d5 commit 5b181f3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
### Makefile for tidb

GOPATH ?= $(shell go env GOPATH)

# Ensure GOPATH is set before running build process.
Expand Down Expand Up @@ -175,9 +173,9 @@ checklist:
cat checklist.md

gofail-enable:
# Converting gofail failpoints...
# Converting gofail failpoints...
@$(GOFAIL_ENABLE)

gofail-disable:
# Restoring gofail failpoints...
# Restoring gofail failpoints...
@$(GOFAIL_DISABLE)

0 comments on commit 5b181f3

Please sign in to comment.