Skip to content

Commit

Permalink
Merge pull request pingcap#863 from pingcap/morefreeze/fix862
Browse files Browse the repository at this point in the history
  • Loading branch information
morefreeze committed Jan 20, 2016
2 parents 7a19a5f + ff0a660 commit 3f9c474
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ parser:
fi

$(GOLEX) -o parser/scanner.go parser/scanner.l
@awk 'BEGIN{print "// Code generated by goyacc"} {print $0}' parser/parser.go > tmp_parser.go && mv tmp_parser.go parser/parser.go;
@awk 'BEGIN{print "// Code generated by goyacc"} {print $0}' parser/scanner.go > tmp_scanner.go && mv tmp_scanner.go parser/scanner.go;

check:
go get github.com/golang/lint/golint
Expand Down
1 change: 1 addition & 0 deletions parser/parser.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions parser/scanner.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3f9c474

Please sign in to comment.