Re: [PATCH] kconfig: fix line number in recursive inclusion error message

2018-03-03 Thread Masahiro Yamada
2018-03-02 16:05 GMT+09:00 Masahiro Yamada : > When recursive inclusion is detected, the line number of the last > 'included from:' is wrong. > > [Test Case] > > Kconfig: > >8 > source "Kconfig2" > >8 > > Kconfig2: > >8 > source "Kconfig3" >

Re: [PATCH] kconfig: fix line number in recursive inclusion error message

2018-03-02 Thread Ulf Magnusson
On Fri, Mar 2, 2018 at 8:05 AM, Masahiro Yamada wrote: > When recursive inclusion is detected, the line number of the last > 'included from:' is wrong. > > [Test Case] > > Kconfig: > >8 > source "Kconfig2" > >8 > > Kconfig2: > >8 > source "