aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authoralexv-smirnov <alex@ydb.tech>2022-08-18 16:52:30 +0300
committeralexv-smirnov <alex@ydb.tech>2022-08-18 16:52:30 +0300
commitc140abc954b61ab7d86af80bdeced01482d9971a (patch)
treec47d70fa3213240d5e0eb59787a5325782a360de /tools
parent0ce07b9705ed20e3fce2759eae41496014ca4c33 (diff)
downloadydb-c140abc954b61ab7d86af80bdeced01482d9971a.tar.gz
temp fix ydb oss sync config to unlock sync on /vendor dependency
Diffstat (limited to 'tools')
-rw-r--r--tools/enum_parser/enum_parser/bin/ya.make23
-rw-r--r--tools/fix_elf/bin/ya.make17
-rw-r--r--tools/rescompressor/bin/ya.make17
-rw-r--r--tools/rorescompiler/bin/ya.make19
4 files changed, 0 insertions, 76 deletions
diff --git a/tools/enum_parser/enum_parser/bin/ya.make b/tools/enum_parser/enum_parser/bin/ya.make
deleted file mode 100644
index 09e47ee1c0..0000000000
--- a/tools/enum_parser/enum_parser/bin/ya.make
+++ /dev/null
@@ -1,23 +0,0 @@
-OWNER(
- g:util
- mvel
-)
-
-PROGRAM(enum_parser)
-
-SRCDIR(
- tools/enum_parser/enum_parser
-)
-
-SRCS(
- main.cpp
-)
-
-INCLUDE(${ARCADIA_ROOT}/build/prebuilt/tools/enum_parser/enum_parser/ya.make.induced_deps)
-
-PEERDIR(
- library/cpp/getopt/small
- tools/enum_parser/parse_enum
-)
-
-END()
diff --git a/tools/fix_elf/bin/ya.make b/tools/fix_elf/bin/ya.make
deleted file mode 100644
index 8348c8b742..0000000000
--- a/tools/fix_elf/bin/ya.make
+++ /dev/null
@@ -1,17 +0,0 @@
-OWNER(somov)
-
-PROGRAM(fix_elf)
-
-SRCDIR(
- tools/fix_elf
-)
-
-SRCS(
- patch.cpp
-)
-
-PEERDIR(
- library/cpp/getopt/small
-)
-
-END()
diff --git a/tools/rescompressor/bin/ya.make b/tools/rescompressor/bin/ya.make
deleted file mode 100644
index 0cf12b4918..0000000000
--- a/tools/rescompressor/bin/ya.make
+++ /dev/null
@@ -1,17 +0,0 @@
-OWNER(heretic g:ymake)
-
-PROGRAM(rescompressor)
-
-PEERDIR(
- library/cpp/resource
-)
-
-SRCDIR(
- tools/rescompressor
-)
-
-SRCS(
- main.cpp
-)
-
-END()
diff --git a/tools/rorescompiler/bin/ya.make b/tools/rorescompiler/bin/ya.make
deleted file mode 100644
index f9d20f4696..0000000000
--- a/tools/rorescompiler/bin/ya.make
+++ /dev/null
@@ -1,19 +0,0 @@
-OWNER(heretic g:ymake)
-
-PROGRAM(rorescompiler)
-
-PEERDIR(
- library/cpp/resource
-)
-
-SRCDIR(
- tools/rorescompiler
-)
-
-SRCS(
- main.cpp
-)
-
-INCLUDE(${ARCADIA_ROOT}/build/prebuilt/tools/rorescompiler/ya.make.induced_deps)
-
-END()