From 50ded1daebc6cc7e133ac02912fd184aba5f642d Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sun, 19 May 2019 03:07:47 +0200 Subject: Make .config.old easier to discover Mention that the old version of an overwritten configuration file is saved to .old in a few different places, to make it easier to discover. --- menuconfig.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'menuconfig.py') diff --git a/menuconfig.py b/menuconfig.py index 892443c..8160c03 100755 --- a/menuconfig.py +++ b/menuconfig.py @@ -55,6 +55,9 @@ as a command-line argument. With no argument, it defaults to "Kconfig". The KCONFIG_CONFIG environment variable specifies the .config file to load (if it exists) and save. If KCONFIG_CONFIG is unset, ".config" is used. +When overwriting a configuration file, the old version is saved to +.old (e.g. .config.old). + $srctree is supported through Kconfiglib. -- cgit v1.2.3