diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-12-15 10:23:03 -0600 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-12-15 10:23:03 -0600 |
commit | c9aabf13a1e8e1fb57688a7dea2f2ca2f1a9e1ab (patch) | |
tree | c006fc8b8aa6529dfa728a08bd1b71063bf25e54 /chapter08/gawk.xml | |
parent | a1bc9df91fc142a0e4c7e5605e9e85388b1fed46 (diff) |
Package updates and a minor fix.
Ensure a gawk hard link is updated in Chapter 8.
Update to iana-etc-20221209.
Update to vim-9.0.1060.
Update to iproute2-6.1.0.
Update to xz-5.4.0.
Update to bash-5.2.15.
Update to psmisc-23.6.
Update to mpc-1.3.0.
Update to python3-3.11.1.
Update to procps-ng-4.0.2.
Diffstat (limited to 'chapter08/gawk.xml')
-rw-r--r-- | chapter08/gawk.xml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/chapter08/gawk.xml b/chapter08/gawk.xml index 4c8ecc265..45a7444bf 100644 --- a/chapter08/gawk.xml +++ b/chapter08/gawk.xml @@ -58,7 +58,19 @@ <para>Install the package:</para> -<screen><userinput remap="install">make install</userinput></screen> +<screen><userinput remap="install">make LN='ln -f' install</userinput></screen> + + <variablelist> + <title>The meaning of the make environment variable:</title> + + <varlistentry> + <term><envar>LN='ln -f'</envar></term> + <listitem> + <para>This variable ensures that the previous hard link installed + in <xref linkend='ch-tools-gawk'/> is updated here.</para> + </listitem> + </varlistentry> + </variablelist> <para>If desired, install the documentation:</para> |