Re: [RFC PATCH 0/3] kbuild: generate intermediate C files instead of copying _shipped files
From: Sam Ravnborg <hidden>
Date: 2017-09-09 06:39:23
Also in:
linux-kbuild, lkml
From: Sam Ravnborg <hidden>
Date: 2017-09-09 06:39:23
Also in:
linux-kbuild, lkml
On Fri, Sep 08, 2017 at 02:38:23PM -0700, Linus Torvalds wrote:
On Fri, Sep 8, 2017 at 11:39 AM, Linus Torvalds [off-list ref] wrote:quoted
Strange. Does anybody see what the pattern to the failure is?Found it. Stupid special case for 'typeof()' that used is_reserved_word() in ways I hadn't realized. Fix committed.
To get bonus points for this cleanup you should also remove the now unused gpref support in Makefile.lib Sam