File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1418,7 +1418,7 @@ pkg/sql/lex/reserved_keywords.go: pkg/sql/parser/sql.y pkg/sql/parser/reserved_k
14181418 gofmt -s -w $@
14191419
14201420pkg/sql/lex/keywords.go : pkg/sql/parser/sql.y pkg/sql/lex/all_keywords.go | bin/.bootstrap
1421- go run -tags all-keywords pkg/sql/lex/all_keywords.go < $< > $@ .tmp || rm $@ .tmp
1421+ go run -tags all_keywords pkg/sql/lex/all_keywords.go < $< > $@ .tmp || rm $@ .tmp
14221422 mv -f $@ .tmp $@
14231423 gofmt -s -w $@
14241424
Original file line number Diff line number Diff line change 88// by the Apache License, Version 2.0, included in the file
99// licenses/APL.txt.
1010
11- // +build all-keywords
11+ // +build all_keywords
1212
1313// all-keywords generates sql/lex/keywords.go from sql.y.
1414//
You can’t perform that action at this time.
0 commit comments