[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNU make 4.2.90 release candidate available
From: |
Paul Smith |
Subject: |
Re: GNU make 4.2.90 release candidate available |
Date: |
Tue, 03 Sep 2019 09:32:37 -0400 |
User-agent: |
Evolution 3.32.1-2 |
On Wed, 2019-08-28 at 17:35 -0400, Dennis Clarke wrote:
> > This also disables every extension over C, especially POSIX.
>
> Is this a *bad* thing or a *good* thing ? What is the actual language
> dialect that GNU Make wishes to be compliant with is the real question.
Like all GNU software, it is written to work with a minimum version but
uses autoconf facilities to take advantage of the newest capabilities
it can detect... that's kind of autoconf's raison d'ĂȘtre.
So, it is not useless to test building with all improvements turned off
because it lets us know whether our attempts to support very old
environments are still working properly.
But I would not recommend using such options when trying to compile an
actual, useful GNU make for everyday use, as it will be full of
workarounds and hacks and won't take advantage of modern POSIX features
which give better behavior and performance.
Re: GNU make 4.2.90 release candidate available, Robert Pluim, 2019/09/03