Re: [PATCH] docs: don't include Documentation/Kconfig twice

2021-03-15 Thread Jonathan Corbet
Sergei Trofimovich writes: > Before the change there were two inclusions of Documentation/Kconfig: > lib/Kconfig.debug:source "Documentation/Kconfig" > Kconfig: source "Documentation/Kconfig" > > Kconfig also included 'source "lib/Kconfig.debug"'. > > Noticed as two 'make menuconfig' entr

Re: [PATCH] docs: don't include Documentation/Kconfig twice

2021-03-10 Thread Randy Dunlap
On 3/7/21 6:00 AM, Sergei Trofimovich wrote: > Before the change there were two inclusions of Documentation/Kconfig: > lib/Kconfig.debug:source "Documentation/Kconfig" > Kconfig: source "Documentation/Kconfig" > > Kconfig also included 'source "lib/Kconfig.debug"'. > > Noticed as two 'mak