[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bug in documentation - eval function
From: |
Paul Smith |
Subject: |
Re: bug in documentation - eval function |
Date: |
Wed, 13 Jan 2021 09:09:35 -0500 |
User-agent: |
Evolution 3.36.4-0ubuntu1 |
On Wed, 2021-01-13 at 09:18 +0100, Piotr Jankowski wrote:
> At least on GNU Make 3.81 the one with the equal sign does not work.
> It does not cause a visible error but does not work.
It works fine for all versions of GNU make 3.82 and above; 3.82 was
released in July 2010. The online manual documents the current latest
version of GNU make (4.3) and there are many things in the manual which
won't work with GNU make 3.81, which was released in April 2006.
If you need to use an older version of GNU make you should also use the
version of the manual which was provided with that version (every
version of GNU make comes with the manual, and that version of the
manual documents that version of GNU make).
Cheers!