diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-05-21 02:41:10 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-05-21 02:51:01 +0300 |
commit | bc402660605527c438c819e4c94e49285f88f676 (patch) | |
tree | 01e86fb0d6df7febdd63eead34b4b3d36e3ff4e2 /build/sysincl/misc.yml | |
parent | a92a0d80c339ed6f70624dffa79288e61b72e941 (diff) | |
download | ydb-bc402660605527c438c819e4c94e49285f88f676.tar.gz |
Duplicate bison/lib (gnulib) to m4/lib as they actually need to be different
597ee3bf4ec17244e6ef615a1ec10491798e18fe
Diffstat (limited to 'build/sysincl/misc.yml')
-rw-r--r-- | build/sysincl/misc.yml | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/build/sysincl/misc.yml b/build/sysincl/misc.yml index 08cf09447d..ba0c67de9b 100644 --- a/build/sysincl/misc.yml +++ b/build/sysincl/misc.yml @@ -45,7 +45,7 @@ - complex.h: contrib/libs/libm/include/complex.h - math.h: contrib/libs/libm/include/math.h -- source_filter: "^contrib/tools/(bison|m4)/" +- source_filter: "^contrib/tools/bison/" includes: - error.h: contrib/tools/bison/lib/error.h - fcntl.h: contrib/tools/bison/lib/platform/posix/fcntl.h @@ -61,6 +61,22 @@ - ../ucrt/signal.h - ../ucrt/sys/stat.h +- source_filter: "^contrib/tools/m4/" + includes: + - error.h: contrib/tools/m4/lib/error.h + - fcntl.h: contrib/tools/m4/lib/platform/posix/fcntl.h + - getopt.h: contrib/tools/m4/lib/platform/posix/getopt.h + - obstack.h: contrib/tools/m4/lib/obstack.h + - regex.h: contrib/tools/m4/lib/regex.h + - system.h + - unlocked-io.h: contrib/tools/m4/lib/unlocked-io.h + # ucrt headers are included by m4/lib in a very specific way + - ../ucrt/fcntl.h + - ../ucrt/locale.h + - ../ucrt/math.h + - ../ucrt/signal.h + - ../ucrt/sys/stat.h + - source_filter: "^contrib/tools/make" includes: - fnmatch.h: contrib/tools/make/glob/fnmatch.h |