Re: [PATCH v3 01/16] kbuild: userprogs: avoid duplicating of flags inherited from kernel

From: Nicolas Schier
Date: Wed Jun 11 2025 - 09:53:31 EST


On Wed, Jun 11, 2025 at 09:38:07AM +0200, Thomas Weißschuh wrote:
> The duplication makes maintenance harder. Changes need to be done in two
> places and the lines will grow overly long.
>
> Use an intermediary variable instead.
>
> Signed-off-by: Thomas Weißschuh <thomas.weissschuh@xxxxxxxxxxxxx>
> ---
> Makefile | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>

Reviewed-by: Nicolas Schier <n.schier@xxxxxx>