Skip to content

Commit

Permalink
Make source context of all COPY_FILE as TEXT
Browse files Browse the repository at this point in the history
Это быстрое переключение. Если всё будет ОК, я волью его, а потом аккуратно разберу управление дефотным контекстом везде - и в COPY_FILE и в COPY
commit_hash:c87dbc3de68110de5e6ae1adc1ddd22479a834e5
  • Loading branch information
nemo-cpt committed Feb 4, 2025
1 parent 85875f6 commit aba8503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/ymake.core.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2611,7 +2611,7 @@ macro ADD_COMPILABLE_TRANSLIT(TranslitTable, NGrams, Name, Options...) {
RUN_PROGRAM(dict/tools/make_ngrams -i ${NGrams} ${Options} ${__translitname_lower} IN ${NGrams} STDOUT ${__ngrams_table})
}

_COPY_FILE_CONTEXT=
_COPY_FILE_CONTEXT=TEXT

macro _COPY_FILE_IMPL(TEXT[], AUTO_DST="", NOAUTO_DST="", OUTPUT_INCLUDES[], INDUCED_DEPS[], OUTPUT_INCLUDES_INP[], FILE...) {
.CMD=$COPY_CMD ${input:FILE} ${context=TEXT;input:TEXT} ${output:AUTO_DST} ${noauto;output:NOAUTO_DST} ${hide;output_include:OUTPUT_INCLUDES} ${output_include;from_input;hide:OUTPUT_INCLUDES_INP} $INDUCED_DEPS ${hide;kv:"p CP"} ${hide;kv:"pc light-cyan"}
Expand Down

0 comments on commit aba8503

Please sign in to comment.