aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornyoroon <nyoroon@yandex-team.ru>2022-02-10 16:51:50 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:51:50 +0300
commit4a570df66ec3fdb6b0f4021d1ddb809fe362bd4b (patch)
tree0dc4ddc334a790819abbf20ca1d3e99b0c8d9836
parenteeddddb5e84fbc7bb381866c640576cb0b2bcdc7 (diff)
downloadydb-4a570df66ec3fdb6b0f4021d1ddb809fe362bd4b.tar.gz
Restoring authorship annotation for <nyoroon@yandex-team.ru>. Commit 1 of 2.
-rw-r--r--build/ymake.core.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf
index 081833998b..062fba38c8 100644
--- a/build/ymake.core.conf
+++ b/build/ymake.core.conf
@@ -9133,11 +9133,11 @@ multimodule SSQLS_LIBRARY {
SET(PEERDIR_TAGS PY3 PY3_SSQLS)
}
}
-
-macro NGINX_MODULES(Modules...) {
- PEERDIR(${Modules})
- RUN_PROGRAM(nginx/module_gen ${Modules} CWD ${ARCADIA_ROOT} IN ${suf=/modules.json:Modules} OUTPUT_INCLUDES contrib/nginx/core/src/core/ngx_config.h contrib/nginx/core/src/core/ngx_core.h STDOUT ngx_modules.c)
-}
+
+macro NGINX_MODULES(Modules...) {
+ PEERDIR(${Modules})
+ RUN_PROGRAM(nginx/module_gen ${Modules} CWD ${ARCADIA_ROOT} IN ${suf=/modules.json:Modules} OUTPUT_INCLUDES contrib/nginx/core/src/core/ngx_config.h contrib/nginx/core/src/core/ngx_core.h STDOUT ngx_modules.c)
+}
# Experimental: container as output. https://st.yandex-team.ru/DTCC-179