aboutsummaryrefslogtreecommitdiffstats
path: root/build/ymake.core.conf
diff options
context:
space:
mode:
authoriniklyaev <iniklyaev@yandex-team.com>2024-09-29 20:00:34 +0300
committeriniklyaev <iniklyaev@yandex-team.com>2024-09-29 20:11:54 +0300
commitac0a093c4e1d1203063631b27de0f6f38662804d (patch)
tree3a7630e97dce6453b7a64122b62b0a287756c526 /build/ymake.core.conf
parent618ee19d11fb4b32bc284cf10e2043216e50a1fb (diff)
downloadydb-ac0a093c4e1d1203063631b27de0f6f38662804d.tar.gz
Revert commit rXXXXXX, Revert commit rXXXXXX,GO STRUCT_CMD
commit_hash:220df0a4662e4668a98f50dbfab938b2c331ea41
Diffstat (limited to 'build/ymake.core.conf')
-rw-r--r--build/ymake.core.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf
index 0916dddbba..84987a0ec0 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 ${input;rootrel;context=TEXT: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 ${context=TEXT;input;rootrel: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)
}