aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsnermolaev <snermolaev@yandex-team.com>2023-03-16 04:53:37 +0300
committersnermolaev <snermolaev@yandex-team.com>2023-03-16 04:53:37 +0300
commit965eeb251abafe9d4774bd1d3aa289a6b381aceb (patch)
treefe6febd902b47f58a2023f9b356b5d823dbca0aa
parent7aa77e2e328f20250b7f1e1977cfbb29f71343db (diff)
downloadydb-965eeb251abafe9d4774bd1d3aa289a6b381aceb.tar.gz
_DUPSRC_IGNORE_LIST to suppress DupSrc configure errors for REPORT_ALL_DUPSRC
-rw-r--r--build/conf/ts.conf2
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)