]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
kconfig: make parent directories for the saved .config as needed
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 10 May 2019 16:56:01 +0000 (01:56 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 10 May 2019 17:16:21 +0000 (02:16 +0900)
commit580c5b3e1b8bc49dd5452c8a65a72452c534b4b5
treeb8d2bad59db23ebcf1f3b17c2b6936379049138f
parent67424f61f8132215514e03ce1760d30356ac56d7
kconfig: make parent directories for the saved .config as needed

With menuconfig / nconfig, users can input any file path from the
"Save" menu, but it fails if the parent directory does not exist.

Why not create the parent directory automatically. I think this is
a user-friendly behavior.

I changed the error messages in menuconfig / nconfig.

"Nonexistent directory" is no longer the most likely reason of the
failure. Perhaps, the user specified the existing directory, or
attempted to write to the location without write permission.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/kconfig/confdata.c
scripts/kconfig/mconf.c
scripts/kconfig/nconf.c