mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 21:17:38 +00:00
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:
parent
baf93f520f
commit
c8e374b510
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user