Re: [gentoo-dev] [PATCH] Support Makefiles that set variables to a non-static value

2021-09-09 Thread Mike Gilbert
On Thu, Sep 9, 2021 at 1:21 PM Robin H. Johnson wrote: > > On Wed, Sep 01, 2021 at 02:44:11PM -0400, Mike Pagano wrote: > > Previously, the kernel Makefile had to define version variables > > as static string literals to be read. > > This change will allow varibles defined as non-static values >

Re: [gentoo-dev] [PATCH] Support Makefiles that set variables to a non-static value

2021-09-09 Thread Robin H. Johnson
On Wed, Sep 01, 2021 at 02:44:11PM -0400, Mike Pagano wrote: > Previously, the kernel Makefile had to define version variables > as static string literals to be read. > This change will allow varibles defined as non-static values > to be read. Hi, This change has broken infra systems where

[gentoo-dev] [PATCH] Support Makefiles that set variables to a non-static value

2021-09-01 Thread Mike Pagano
Previously, the kernel Makefile had to define version variables as static string literals to be read. This change will allow varibles defined as non-static values to be read. Bug: https://bugs.gentoo.org/490328 Signed-off-by: Mike Pagano --- eclass/linux-info.eclass | 13 + 1 file