diff options
author | sanyash <sanyash@yandex-team.com> | 2023-08-09 14:52:55 +0300 |
---|---|---|
committer | sanyash <sanyash@yandex-team.com> | 2023-08-09 17:14:47 +0300 |
commit | 7ec365617c85de13ffca4424b6cfc8a2e55f4acf (patch) | |
tree | 1a8138411032759b231c2a1bdd013d180818c415 | |
parent | 07e4a54629a33539bd04033895c9efc2bc75a946 (diff) | |
download | ydb-7ec365617c85de13ffca4424b6cfc8a2e55f4acf.tar.gz |
feat codegen-35: use USRV_ALL_SRCS
-rw-r--r-- | build/conf/project_specific/uservices.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build/conf/project_specific/uservices.conf b/build/conf/project_specific/uservices.conf index 25106586dc..71c0a6f89e 100644 --- a/build/conf/project_specific/uservices.conf +++ b/build/conf/project_specific/uservices.conf @@ -35,9 +35,7 @@ macro SET_LIST_PRE_SUF(OUT, PRE, SUF, IN...) { ### exclude files in subdirectories ### ### Note: Only one such macro per module is allowed -### Note: This macro is restricted to taxi/uservices ### Note: Macro is designed to reject any ya.make files in Dirs except current one macro USRV_ALL_SRCS(RECURSIVE?"RECURSIVE":"", SUFFIX="", EXCLUDE[], Dirs...) { - RESTRICT_PATH(devtools/dummy_arcadia/models/macros/uservices taxi/uservices) _USRV_ALL_SRCS_HELPER(${SUFFIX} ${RECURSIVE} DIRS ./${Dirs} EXCLUDE ya.make $EXCLUDE) } |