Changeset 6ece6ec for chapter08/gawk.xml


Ignore:
Timestamp:
12/15/2022 11:30:12 PM (19 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib
Children:
410c6f8
Parents:
5c258ba (diff), baf93f5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gawk.xml

    r5c258ba r6ece6ec  
    5959    <para>Install the package:</para>
    6060
    61 <screen><userinput remap="install">make install</userinput></screen>
     61<screen><userinput remap="install">make LN='ln -f' install</userinput></screen>
     62
     63    <variablelist>
     64      <title>The meaning of the make environment variable:</title>
     65
     66      <varlistentry>
     67        <term><envar>LN='ln -f'</envar></term>
     68        <listitem>
     69           <para>This variable ensures that the previous hard link installed
     70           in <xref linkend='ch-tools-gawk'/> is updated here.</para>
     71       </listitem>
     72      </varlistentry>
     73   </variablelist>
    6274
    6375    <para>If desired, install the documentation:</para>
     
    7789
    7890      <seglistitem>
    79         <seg>awk (link to gawk), gawk, and awk-&gawk-version;</seg>
     91        <seg>awk (link to gawk), gawk, and gawk-&gawk-version;</seg>
    8092        <seg>filefuncs.so, fnmatch.so, fork.so, inplace.so, intdiv.so, ordchr.so,
    8193        readdir.so, readfile.so, revoutput.so, revtwoway.so, rwarray.so,
Note: See TracChangeset for help on using the changeset viewer.