tech-toolchain archive

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

Re: make: warn about fallback from parallel to compat mode



Am 02.06.2025 um 17:34 schrieb Christoph Badura:
> On Sun, May 25, 2025 at 10:18:36AM -0700, Simon J. Gerraty wrote:
>> Roland Illig <roland.illig%gmx.de@localhost> wrote:
>>> The attached patch warns about cases like this. The warning is quite
>>> verbose, but I didn't manage to make it shorter without sacrificing
>>> understandability.
>>
>> Including .CURDIR is a good improvement.
> 
> Looks to me like this is not at all that useful.  See the log below from a
> build I ran this afternoon.
> 
> Maybe .PARSEDIR/.PARSEFILE would be more appropriate?  The idea is that I'd
> like to know which line in which makefile is the offending one.  Referring
> to random directories that don't even contain Makefiles is not actually
> helpful.
> 
> Also, wasn't the message supposed to get shortened?  This turns out to be
> quite spammy.

In total, the warnings don't occur that often. In the current amd64
build, there are 36 warnings of this kind. Compared with the 3917 "Since
OpenSSL 3.0" deprecation warnings, they are neglectible.

I'll fix the remaining warnings in the next few days.

Roland



Home | Main Index | Thread Index | Old Index