Changeset 08a6368 for chapter08


Ignore:
Timestamp:
10/15/2021 10:21:18 AM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
57e2684d
Parents:
0b5f7d87 (diff), fa32551 (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:

Merge upstream

Location:
chapter08
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter08/automake.xml

    r0b5f7d87 r08a6368  
    5959
    6060<screen><userinput remap="test">make -j4 check</userinput></screen>
    61 <!--
    62     <para>The tests t/subobj.sh, t/deprecated-acinit.sh, and t/init.sh are known to
    63     fail in the LFS environment.</para>
    64 -->
     61
     62    <para>The test t/subobj.sh is known to fail.</para>
     63
    6564    <para>Install the package:</para>
    6665
  • chapter08/gawk.xml

    r0b5f7d87 r08a6368  
    6363    <para>If desired, install the documentation:</para>
    6464
    65 <screen><userinput remap="install">mkdir -v /usr/share/doc/gawk-&gawk-version;
     65<screen><userinput remap="install">mkdir -pv                                  /usr/share/doc/gawk-&gawk-version;
    6666cp    -v doc/{awkforai.txt,*.{eps,pdf,jpg}} /usr/share/doc/gawk-&gawk-version;</userinput></screen>
    6767
  • chapter08/iproute2.xml

    r0b5f7d87 r08a6368  
    8080    <para>If desired, install the documentation:</para>
    8181
    82 <screen><userinput remap="install">mkdir -v              /usr/share/doc/iproute2-&iproute2-version;
     82<screen><userinput remap="install">mkdir -pv             /usr/share/doc/iproute2-&iproute2-version;
    8383cp -v COPYING README* /usr/share/doc/iproute2-&iproute2-version;</userinput></screen>
    8484
  • chapter08/kbd.xml

    r0b5f7d87 r08a6368  
    9898    <para>If desired, install the documentation:</para>
    9999
    100 <screen><userinput remap="install">mkdir -v            /usr/share/doc/kbd-&kbd-version;
     100<screen><userinput remap="install">mkdir -pv           /usr/share/doc/kbd-&kbd-version;
    101101cp -R -v docs/doc/* /usr/share/doc/kbd-&kbd-version;</userinput></screen>
    102102
  • chapter08/ncurses.xml

    r0b5f7d87 r08a6368  
    125125    <para>If desired, install the Ncurses documentation:</para>
    126126
    127 <screen><userinput remap="install">mkdir -v       /usr/share/doc/ncurses-&ncurses-version;
     127<screen><userinput remap="install">mkdir -pv      /usr/share/doc/ncurses-&ncurses-version;
    128128cp -v -R doc/* /usr/share/doc/ncurses-&ncurses-version;</userinput></screen>
    129129
Note: See TracChangeset for help on using the changeset viewer.