bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: No progress output when make 4.4.1 builds Linux 4.19 and earlier


From: David Laight
Subject: RE: No progress output when make 4.4.1 builds Linux 4.19 and earlier
Date: Wed, 8 Mar 2023 15:53:57 +0000

...
> Does anyone know why this commit is using a make version comparison?
> That seems totally unnecessary to me; am I forgetting something?  As
> far as I remember,
> 
>     silence := $(findstring s,$(firstword -$(MAKEFLAGS)))

Adding a $(filter-out --%,...) should help with old makes:
Probably:

        silence := $(findstring s,$(firstword $(filter-out --%,$(MAKEFLAGS))))

    David

-
Registered Address Lakeside, Bramley Road, Mount Farm, Milton Keynes, MK1 1PT, 
UK
Registration No: 1397386 (Wales)

reply via email to

[Prev in Thread] Current Thread [Next in Thread]