Skip to content

Commit de1fcdc

Browse files
authored
Cleanup and fix antlr make files. Fixes win build (#9459)
1 parent 21ab279 commit de1fcdc

File tree

10 files changed

+5
-15
lines changed

10 files changed

+5
-15
lines changed

ydb/library/yql/parser/proto_ast/gen/v0/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ LIBRARY()
22

33
PEERDIR (
44
ydb/library/yql/parser/proto_ast/gen/v0_proto_split
5-
ydb/library/yql/parser/proto_ast
5+
ydb/library/yql/parser/proto_ast/antlr3
66
)
77

88
SET(antlr_output ${ARCADIA_BUILD_ROOT}/${MODDIR})

ydb/library/yql/parser/proto_ast/gen/v1/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ LIBRARY()
22

33
PEERDIR (
44
ydb/library/yql/parser/proto_ast/gen/v1_proto_split
5-
ydb/library/yql/parser/proto_ast
5+
ydb/library/yql/parser/proto_ast/antlr3
66
)
77

88
SET(antlr_output ${ARCADIA_BUILD_ROOT}/${MODDIR})

ydb/library/yql/parser/proto_ast/gen/v1_ansi/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ LIBRARY()
22

33
PEERDIR (
44
ydb/library/yql/parser/proto_ast/gen/v1_proto_split
5-
ydb/library/yql/parser/proto_ast
5+
ydb/library/yql/parser/proto_ast/antlr3
66
)
77

88
SET(antlr_output ${ARCADIA_BUILD_ROOT}/${MODDIR})

ydb/library/yql/parser/proto_ast/gen/v1_ansi_antlr4/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ LIBRARY()
22

33
PEERDIR (
44
ydb/library/yql/parser/proto_ast/gen/v1_proto_split
5-
ydb/library/yql/parser/proto_ast
5+
ydb/library/yql/parser/proto_ast/antlr4
66
)
77

88
SET(antlr_output ${ARCADIA_BUILD_ROOT}/${MODDIR})

ydb/library/yql/parser/proto_ast/gen/v1_antlr4/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ LIBRARY()
22

33
PEERDIR (
44
ydb/library/yql/parser/proto_ast/gen/v1_proto_split
5-
ydb/library/yql/parser/proto_ast
5+
ydb/library/yql/parser/proto_ast/antlr4
66
)
77

88
SET(antlr_output ${ARCADIA_BUILD_ROOT}/${MODDIR})

ydb/library/yql/sql/v0/lexer/ya.make

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ LIBRARY()
22

33
PEERDIR(
44
ydb/library/yql/core/issue/protos
5-
ydb/library/yql/parser/proto_ast
65
ydb/library/yql/parser/proto_ast/gen/v0
7-
ydb/library/yql/parser/proto_ast/antlr3
86
)
97

108
SRCS(

ydb/library/yql/sql/v0/ya.make

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@ PEERDIR(
99
ydb/library/yql/core
1010
ydb/library/yql/core/issue
1111
ydb/library/yql/core/issue/protos
12-
ydb/library/yql/parser/proto_ast
1312
ydb/library/yql/parser/proto_ast/collect_issues
1413
ydb/library/yql/parser/proto_ast/gen/v0
15-
ydb/library/yql/parser/proto_ast/gen/v0_proto_split
1614
)
1715

1816
SRCS(

ydb/library/yql/sql/v1/lexer/ya.make

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,10 @@ LIBRARY()
22

33
PEERDIR(
44
ydb/library/yql/core/issue/protos
5-
ydb/library/yql/parser/proto_ast
65
ydb/library/yql/parser/proto_ast/gen/v1
76
ydb/library/yql/parser/proto_ast/gen/v1_ansi
8-
ydb/library/yql/parser/proto_ast/gen/v1_proto_split
97
ydb/library/yql/parser/proto_ast/gen/v1_antlr4
108
ydb/library/yql/parser/proto_ast/gen/v1_ansi_antlr4
11-
ydb/library/yql/parser/proto_ast/antlr3
12-
ydb/library/yql/parser/proto_ast/antlr4
139
)
1410

1511
SRCS(

ydb/library/yql/sql/v1/ya.make

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ PEERDIR(
1313
ydb/library/yql/core/issue/protos
1414
ydb/library/yql/core/sql_types
1515
ydb/library/yql/parser/lexer_common
16-
ydb/library/yql/parser/proto_ast
1716
ydb/library/yql/parser/proto_ast/collect_issues
1817
ydb/library/yql/parser/proto_ast/gen/v1
1918
ydb/library/yql/parser/proto_ast/gen/v1_ansi

ydb/library/yql/sql/ya.make

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ LIBRARY()
22

33
PEERDIR(
44
library/cpp/deprecated/split
5-
ydb/library/yql/parser/proto_ast
65
ydb/library/yql/parser/pg_wrapper/interface
76
ydb/library/yql/sql/settings
87
ydb/library/yql/sql/v0

0 commit comments

Comments
 (0)