From 7b8ac38304a8f6e67df325390a6d53cb79e7524e Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Mon, 6 Nov 2017 04:01:52 +0100 Subject: Call it 'kconf' in iscriptconfig too Consistency --- makefile.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile.patch') diff --git a/makefile.patch b/makefile.patch index 47f043c..5b71d10 100644 --- a/makefile.patch +++ b/makefile.patch @@ -37,8 +37,8 @@ index 8c12c20c55a6..88c618b34915 100644 + $(Q)PYTHONPATH="$(srctree)/Kconfiglib:$$PYTHONPATH" "$(PYTHONCMD)" -i -c \ + "import kconfiglib; \ + import sys; \ -+ c = kconfiglib.Kconfig(sys.argv[4 if \"$(PYTHONCMD)\".startswith(\"ipython\") else 1]); \ -+ print(\"A Kconfig instance 'c' for the architecture $(ARCH) has been created.\")" \ ++ kconf = kconfiglib.Kconfig(sys.argv[4 if \"$(PYTHONCMD)\".startswith(\"ipython\") else 1]); \ ++ print(\"A Kconfig instance 'kconf' for the architecture $(ARCH) has been created.\")" \ + $(Kconfig) + +# Used by testsuite.py to be able to compare output for nonsensical -- cgit v1.2.3