Re: [PATCH v2] Kbuild: fix # escaping in .cmd files for future Make

2018-04-09 Thread Masahiro Yamada
2018-04-09 6:35 GMT+09:00 Rasmus Villemoes : > I tried building using a freshly built Make (4.2.1-69-g8a731d1), but > already the objtool build broke with > > orc_dump.c: In function ‘orc_dump’: > orc_dump.c:106:2: error: ‘elf_getshnum’ is deprecated > [-Werror=deprecated-declarations] > if (elf

[PATCH v2] Kbuild: fix # escaping in .cmd files for future Make

2018-04-08 Thread Rasmus Villemoes
I tried building using a freshly built Make (4.2.1-69-g8a731d1), but already the objtool build broke with orc_dump.c: In function ‘orc_dump’: orc_dump.c:106:2: error: ‘elf_getshnum’ is deprecated [-Werror=deprecated-declarations] if (elf_getshdrnum(elf, &nr_sections)) { Turns out that with tha