diff options
author | Alexey Neyman <aneyman@lynx.com> | 2021-07-13 13:40:57 -0700 |
---|---|---|
committer | Alexey Neyman <aneyman@lynx.com> | 2021-07-13 13:50:36 -0700 |
commit | e3446acf4e52d5843e5b8bab111fd882f5a432c1 (patch) | |
tree | fc88e0deaba78aff4ac7c20f5709299d41186fa3 /packages/glibc/2.15/0006-dl-open-array-bounds.patch | |
parent | 3782373c8c6d83a522fe1bf8023434639c9b747d (diff) | |
download | crosstool-ng-e3446acf4e52d5843e5b8bab111fd882f5a432c1.tar.gz crosstool-ng-e3446acf4e52d5843e5b8bab111fd882f5a432c1.tar.bz2 crosstool-ng-e3446acf4e52d5843e5b8bab111fd882f5a432c1.zip |
Fix dist-create-release after kconfig update
After commits 21095fab6 and acce58834, 'make dist-create-release' fails.
1. kconf_id.c is gone but it is still listed in EXTRA_DIST.
2. Only the files not listed in xxx_SOURCES need to be placed in
EXTRA_LIST. confdata.c, expr.c and others were previously not compiled
separately, they were #include'd from parser.y. Now they are listed in
xxx_SOURCES and should be removed from EXTRA_DIST. Note that menu.c is
still #include'd through parser.y, so it is kept.
3. parser.tab.c and lexer.lex.c should not be included in the
distribution tarball; they were previously omitted by virtue of not
being listed in xxx_SOURCES directly. Without it, `make distcheck`
fails.
Signed-off-by: Alexey Neyman <aneyman@lynx.com>
Diffstat (limited to 'packages/glibc/2.15/0006-dl-open-array-bounds.patch')
0 files changed, 0 insertions, 0 deletions