diff options
author | snermolaev <snermolaev@yandex-team.com> | 2023-09-06 05:27:11 +0300 |
---|---|---|
committer | snermolaev <snermolaev@yandex-team.com> | 2023-09-06 05:49:20 +0300 |
commit | f32a2c4e32973a053ed4a1c86542ed09f69420d0 (patch) | |
tree | 472891a45c33cd044f724e2961f611f6ca84ce6e | |
parent | 91b0a8831517aa119c655ea3faa783ee5e2bd79c (diff) | |
download | ydb-f32a2c4e32973a053ed4a1c86542ed09f69420d0.tar.gz |
cleanup: YMAKE_YNDEXER_IGNORE_BUILD_ROOT
-rwxr-xr-x | build/ymake_conf.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/ymake_conf.py b/build/ymake_conf.py index e45e853763..31f86c5a78 100755 --- a/build/ymake_conf.py +++ b/build/ymake_conf.py @@ -773,7 +773,6 @@ class YMake(object): print(fin.read()) def print_core_conf(self): - emit('YMAKE_YNDEXER_IGNORE_BUILD_ROOT', 'yes') print('@import "${CONF_ROOT}/ymake.core.conf"') def print_settings(self): |