Searched hist:"580 c5b3e1b8bc49dd5452c8a65a72452c534b4b5" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/scripts/kconfig/ |
H A D | nconf.c | diff 580c5b3e1b8bc49dd5452c8a65a72452c534b4b5 Fri May 10 11:56:01 CDT 2019 Masahiro Yamada <yamada.masahiro@socionext.com> 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>
|
H A D | mconf.c | diff 580c5b3e1b8bc49dd5452c8a65a72452c534b4b5 Fri May 10 11:56:01 CDT 2019 Masahiro Yamada <yamada.masahiro@socionext.com> 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>
|
H A D | confdata.c | diff 580c5b3e1b8bc49dd5452c8a65a72452c534b4b5 Fri May 10 11:56:01 CDT 2019 Masahiro Yamada <yamada.masahiro@socionext.com> 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>
|