summaryrefslogtreecommitdiff
path: root/packages/linux
diff options
context:
space:
mode:
authorAlexey Neyman <aneyman@lynx.com>2021-07-13 20:40:57 (GMT)
committerAlexey Neyman <aneyman@lynx.com>2021-07-13 20:50:36 (GMT)
commite3446acf4e52d5843e5b8bab111fd882f5a432c1 (patch)
treefc88e0deaba78aff4ac7c20f5709299d41186fa3 /packages/linux
parent3782373c8c6d83a522fe1bf8023434639c9b747d (diff)
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/linux')
0 files changed, 0 insertions, 0 deletions