diff options
author | snermolaev <snermolaev@yandex-team.com> | 2024-09-25 23:40:43 +0300 |
---|---|---|
committer | snermolaev <snermolaev@yandex-team.com> | 2024-09-25 23:53:34 +0300 |
commit | 49a77452c130bb44475265069e76c2147437aff8 (patch) | |
tree | 587d61d8c9b86f18500307a877125e0a0525d588 /build/ymake.core.conf | |
parent | 20c026bbfb01920fbb5ffded5f7768fbded5419d (diff) | |
download | ydb-49a77452c130bb44475265069e76c2147437aff8.tar.gz |
Revert commit rXXXXXX,GO STRUCT_CMD
commit_hash:cabcffa40ef1631e94462aa7edbdd7969dfd645a
Diffstat (limited to 'build/ymake.core.conf')
-rw-r--r-- | build/ymake.core.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 84987a0ec0..0916dddbba 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -2818,7 +2818,7 @@ macro SIZE(Type) { ### This macro doesn't place all file into Out, it emits #include<Src>... Use the for C++ source files only. ### You should specify file name with the extension as Out. Further processing will be done according this extension. macro JOIN_SRCS(Out, Src...) { - .CMD=$YMAKE_PYTHON3 ${input:"build/scripts/gen_join_srcs.py"} ${hide;input:"build/scripts/process_command_files.py"} ${output:Out} --ya-start-command-file ${context=TEXT;input;rootrel:Src} --ya-end-command-file ${output_include;from_input;hide:Src} ${hide;kv:"p JS"} ${hide;kv:"pc magenta"} + .CMD=$YMAKE_PYTHON3 ${input:"build/scripts/gen_join_srcs.py"} ${hide;input:"build/scripts/process_command_files.py"} ${output:Out} --ya-start-command-file ${input;rootrel;context=TEXT:Src} --ya-end-command-file ${output_include;from_input;hide:Src} ${hide;kv:"p JS"} ${hide;kv:"pc magenta"} .SEM=target_joined_source $Out ${input:Src} ${hide;output;suf=.o:Out} ${hide;input:"build/scripts/gen_join_srcs.py"} ${hide;input:"build/scripts/process_command_files.py"} && target_macroses-ITEM && target_macroses-macro target_joined_source && target_macroses-args $Out ${input:Src} ${hide;output;suf=.o:Out} ${hide;input:"build/scripts/gen_join_srcs.py"} ${hide;input:"build/scripts/process_command_files.py"} _CONDITIONAL_SRCS($TIDY_VALUE $Src) } |