lkml.org 
[lkml]   [2018]   [Mar]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH 1/3] kconfig: remove duplicated file name and lineno of recursive inclusion
2018-03-23 2:00 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>:
> As in the unit test, the error message for the recursive inclusion
> looks like this:
>
> Kconfig.inc1:4: recursive inclusion detected. Inclusion path:
> current file : 'Kconfig.inc1'
> included from: 'Kconfig.inc3:1'
> included from: 'Kconfig.inc2:3'
> included from: 'Kconfig.inc1:4'
>
> The 'Kconfig.inc1:4' is duplicated in the first and last lines.
> Also, the single quotes do not help readability.
>
> Change the message like follows:
>
> Recursive inclusion detected.
> Inclusion path:
> current file : Kconfig.inc1
> included from: Kconfig.inc3:1
> included from: Kconfig.inc2:3
> included from: Kconfig.inc1:4
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---

Applied to linux-kbuild/kconfig.




--
Best Regards
Masahiro Yamada

\
 
 \ /
  Last update: 2018-03-26 17:26    [W:1.207 / U:0.488 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site