aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/nconf.c
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2019-05-11 01:56:01 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2019-05-11 02:16:21 +0900
commit580c5b3e1b8bc49dd5452c8a65a72452c534b4b5 (patch)
treeb8d2bad59db23ebcf1f3b17c2b6936379049138f /scripts/kconfig/nconf.c
parentkconfig: do not write .config if the content is the same (diff)
downloadlinux-dev-580c5b3e1b8bc49dd5452c8a65a72452c534b4b5.tar.xz
linux-dev-580c5b3e1b8bc49dd5452c8a65a72452c534b4b5.zip
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>
Diffstat (limited to '')
-rw-r--r--scripts/kconfig/nconf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/kconfig/nconf.c b/scripts/kconfig/nconf.c
index ac92c0ded6c5..cbafe3bf082e 100644
--- a/scripts/kconfig/nconf.c
+++ b/scripts/kconfig/nconf.c
@@ -1438,8 +1438,7 @@ static void conf_save(void)
set_config_filename(dialog_input_result);
return;
}
- btn_dialog(main_window, "Can't create file! "
- "Probably a nonexistent directory.",
+ btn_dialog(main_window, "Can't create file!",
1, "<OK>");
break;
case 1: