diff options
author | snermolaev <snermolaev@yandex-team.com> | 2023-03-16 04:53:37 +0300 |
---|---|---|
committer | snermolaev <snermolaev@yandex-team.com> | 2023-03-16 04:53:37 +0300 |
commit | 965eeb251abafe9d4774bd1d3aa289a6b381aceb (patch) | |
tree | fe6febd902b47f58a2023f9b356b5d823dbca0aa | |
parent | 7aa77e2e328f20250b7f1e1977cfbb29f71343db (diff) | |
download | ydb-965eeb251abafe9d4774bd1d3aa289a6b381aceb.tar.gz |
_DUPSRC_IGNORE_LIST to suppress DupSrc configure errors for REPORT_ALL_DUPSRC
-rw-r--r-- | build/conf/ts.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/conf/ts.conf b/build/conf/ts.conf index b00a186609b..fb6774502fe 100644 --- a/build/conf/ts.conf +++ b/build/conf/ts.conf @@ -113,6 +113,8 @@ TS_COMPILE=$TOUCH_UNIT \ module _TS_BASE_LIBRARY : _TS_BASE_UNIT { .CMD=TS_COMPILE + DEFAULT(_IGNORE_DUPSRC yes) + SET_APPEND(_MAKEFILE_INCLUDE_LIKE_DEPS ${CURDIR}/${TS_CONFIG_PATH} ${CURDIR}/package.json) SET(TS_CONFIG_DEDUCE_OUT yes) |