kernel_optimize_test/scripts/kconfig
Masahiro Yamada 6bbe4385d0 kconfig: merge_config: avoid false positive matches from comment lines
The current SED_CONFIG_EXP could match to comment lines in config
fragment files, especially when CONFIG_PREFIX_ is empty. For example,
Buildroot uses empty prefixing; starting symbols with BR2_ is just
convention.

Make the sed expression more robust against false positives from
comment lines. The new sed expression matches to only valid patterns.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Petr Vorel <petr.vorel@gmail.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2018-11-11 23:04:51 +09:00
..
lxdialog
tests kconfig: improve the recursive dependency report 2018-08-22 23:21:39 +09:00
.gitignore
conf.c kconfig: remove oldnoconfig target 2018-11-02 00:15:25 +09:00
confdata.c
expr.c
expr.h
gconf-cfg.sh kconfig: do not require pkg-config on make {menu,n}config 2018-09-03 02:13:48 +09:00
gconf.c
gconf.glade
images.c
kconf_id.c
list.h
lkc_proto.h
lkc.h
Makefile kconfig: remove silentoldconfig target 2018-11-02 00:15:25 +09:00
mconf-cfg.sh kconfig: do not require pkg-config on make {menu,n}config 2018-09-03 02:13:48 +09:00
mconf.c kconfig: remove a spurious self-assignment 2018-09-01 01:21:42 +09:00
menu.c
merge_config.sh kconfig: merge_config: avoid false positive matches from comment lines 2018-11-11 23:04:51 +09:00
nconf-cfg.sh kconfig: do not require pkg-config on make {menu,n}config 2018-09-03 02:13:48 +09:00
nconf.c
nconf.gui.c
nconf.h
preprocess.c
qconf-cfg.sh kconfig: do not require pkg-config on make {menu,n}config 2018-09-03 02:13:48 +09:00
qconf.cc
qconf.h
streamline_config.pl
symbol.c kconfig: improve the recursive dependency report 2018-08-22 23:21:39 +09:00
util.c
zconf.l
zconf.y