Re: [PATCH v3 2/4] kconfig: regenerate *.c_shipped files after previous changes
From: Nicolas Pitre <hidden>
Date: 2016-11-07 22:41:43
Also in:
linux-kbuild, lkml
From: Nicolas Pitre <hidden>
Date: 2016-11-07 22:41:43
Also in:
linux-kbuild, lkml
On Mon, 7 Nov 2016, Josh Triplett wrote:
[snipping large patch] One suggestion that might make this patch easier to review: you might consider first regenerating the unchanged parser with Bison 3.0.4, then regenerating it again after the "imply" change. I think that'd eliminate quite a lot of noise in this patch.
I tried that. This made two large patches instead of just one, both equally obscure. So this patch stands on its own, containing changes that are mechanically generated and therefore shouldn't require manual review. Nicolas