bug-make
[Top][All Lists]
Advanced

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

Re: GNU Make 4.4.0.90 on Debian 11.1


From: Paul Smith
Subject: Re: GNU Make 4.4.0.90 on Debian 11.1
Date: Sun, 15 Jan 2023 09:35:38 -0500
User-agent: Evolution 3.46.2 (by Flathub.org)

On Sun, 2023-01-15 at 15:33 +0100, Bruno Haible wrote:
> In this test you have the lines
> 
>   # Fallback if configure did not find AR
>   my $ar = get_config('AR') || 'ar';
> 
> Why not do the same for CC?
> 
>   my $cc = get_config('CC') || 'cc';

Yes, that's how it's done in other tests.  I'll have to check why that
wasn't done here.  Maybe an oversight.



reply via email to

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