diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-12-16 15:51:50 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-12-16 15:51:50 +0800 |
commit | c8e374b510336132931a766bc07dc535cd9e775a (patch) | |
tree | 7ce15f1c0bce0ad0faf8368341e72f8ab63c9d3a | |
parent | baf93f520fa8378454cfc313dd6e256c6167c875 (diff) |
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".
-rw-r--r-- | chapter08/gawk.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/gawk.xml b/chapter08/gawk.xml index b0e7cc43c..192cc9f32 100644 --- a/chapter08/gawk.xml +++ b/chapter08/gawk.xml @@ -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> |