gawk: LN='ln -f' is an overridden make variable, not environment variable

`LN='ln -f' make install` won't work.

The terminlogy "override" is from section 9.5 of "info make".
This commit is contained in:
Xi Ruoyao 2022-12-16 15:51:50 +08:00
parent baf93f520f
commit c8e374b510
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -61,7 +61,7 @@
<screen><userinput remap="install">make LN='ln -f' install</userinput></screen>
<variablelist>
<title>The meaning of the make environment variable:</title>
<title>The meaning of the overridden make variable:</title>
<varlistentry>
<term><envar>LN='ln -f'</envar></term>