mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Automatic merge of trunk into multilib
This commit is contained in:
commit
1fe1b6e2bf
@ -59,15 +59,18 @@ su tester -c "PATH=$PATH make check"</userinput></screen>
|
||||
|
||||
<para>Install the package:</para>
|
||||
|
||||
<screen><userinput remap="install">make LN='ln -f' install</userinput></screen>
|
||||
<screen><userinput remap="install">rm -f /usr/bin/gawk-&gawk-version;
|
||||
make install</userinput></screen>
|
||||
|
||||
<variablelist>
|
||||
<title>The meaning of the overridden make variable:</title>
|
||||
<title>The meaning of the command:</title>
|
||||
|
||||
<varlistentry>
|
||||
<term><envar>LN='ln -f'</envar></term>
|
||||
<term><command>rm -f /usr/bin/gawk-&gawk-version;</command></term>
|
||||
<listitem>
|
||||
<para>This variable ensures that the previous hard link installed
|
||||
<para>The building system will not recreate the hard link
|
||||
<filename>gawk-&gawk-version;</filename> if it already exists.
|
||||
Remove it to ensure that the previous hard link installed
|
||||
in <xref linkend='ch-tools-gawk'/> is updated here.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
Loading…
Reference in New Issue
Block a user