crosstool-ng/kconfig
Alexey Neyman e3446acf4e 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>
2021-07-13 13:50:36 -07:00
..
lxdialog kconfig: Sync with upstream v5.2 2021-02-02 20:06:32 +13:00
.gitignore kconfig: ignore generated files to avoid mis-committing 2021-02-12 12:30:10 +01:00
conf.c kconfig: Sync with upstream v5.6 2021-02-02 20:06:32 +13:00
confdata.c kconfig: Sync with upstream v5.6 2021-02-02 20:06:32 +13:00
expr.c kconfig: Sync with upstream v5.6 2021-02-02 20:06:32 +13:00
expr.h kconfig: Sync with upstream v5.6 2021-02-02 20:06:32 +13:00
lexer.l kconfig: Sync with upstream v5.9 2021-02-02 22:01:21 +13:00
list.h Sync kconfig files with upstream 4.15 2018-01-31 16:39:45 -08:00
lkc_proto.h kconfig: Sync with upstream v5.9 2021-02-02 22:01:21 +13:00
lkc.h kconfig: Sync with upstream v5.9 2021-02-02 22:01:21 +13:00
Makefile.am Fix dist-create-release after kconfig update 2021-07-13 13:50:36 -07:00
mconf.c kconfig: Sync with upstream v5.6 2021-02-02 20:06:32 +13:00
menu.c kconfig: Sync with upstream v5.8 2021-02-02 22:01:21 +13:00
nconf.c kconfig: Sync with upstream v5.9 2021-02-02 22:01:21 +13:00
nconf.gui.c kconfig: Sync with upstream v5.1 2021-02-02 20:06:32 +13:00
nconf.h kconfig: Sync with upstream v5.0 2021-02-02 20:06:32 +13:00
parser.y kconfig: Sync with upstream v5.8 2021-02-02 22:01:21 +13:00
preprocess.c kconfig: Sync with upstream v5.3 2021-02-02 20:06:32 +13:00
symbol.c kconfig: Sync with upstream v5.9 2021-02-02 22:01:21 +13:00
util.c kconfig: Sync with upstream v5.0 2021-02-02 20:06:32 +13:00