diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-02-08 08:56:39 +0300 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-02-08 22:10:10 +0300 |
commit | d2a04648a5dbc3d1d043b35257364f0197d4d868 (patch) | |
tree | ce691395a58e1a965143d0207407f5da39fdb848 /security/inode.c | |
parent | cd58a91def2accba1a07960889e89a63d372119a (diff) | |
download | linux-d2a04648a5dbc3d1d043b35257364f0197d4d868.tar.xz |
kconfig: remove check_stdin()
Except silentoldconfig, valid_stdin is 1, so check_stdin() is no-op.
oldconfig and silentoldconfig work almost in the same way except that
the latter generates additional files under include/. Both ask users
for input for new symbols.
I do not know why only silentoldconfig requires stdio be tty.
$ rm -f .config; touch .config
$ yes "" | make oldconfig > stdout
$ rm -f .config; touch .config
$ yes "" | make silentoldconfig > stdout
make[1]: *** [silentoldconfig] Error 1
make: *** [silentoldconfig] Error 2
$ tail -n 4 stdout
Console input/output is redirected. Run 'make oldconfig' to update configuration.
scripts/kconfig/Makefile:40: recipe for target 'silentoldconfig' failed
Makefile:507: recipe for target 'silentoldconfig' failed
Redirection is useful, for example, for testing where we want to give
particular key inputs from a test file, then check the result.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Ulf Magnusson <ulfalizer@gmail.com>
Diffstat (limited to 'security/inode.c')
0 files changed, 0 insertions, 0 deletions