Changeset dabd16b


Ignore:
Timestamp:
07/19/2021 03:45:10 AM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
ml-11.0, multilib
Children:
4d7d2c04
Parents:
3999c22 (diff), c522873 (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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter03/introduction.xml

    r3999c22 rdabd16b  
    2424  url="http://www.google.com/"/>) provides a useful search engine for
    2525  most packages. If this search is unsuccessful, try one of the
    26   alternative means of downloading discussed at <ulink
    27   url="&lfs-root;lfs/packages.html#packages"/>. </para>
     26  alternative means of downloading at <ulink
     27  url="&lfs-root;lfs/mirrors.html#files"/>. </para>
    2828
    2929  <para>Downloaded packages and patches will need to be stored somewhere
  • chapter08/bzip2.xml

    r3999c22 rdabd16b  
    9898done</userinput></screen>
    9999
    100     <para>Remove an useless static library:</para>
     100    <para>Remove a useless static library:</para>
    101101
    102102<screen><userinput remap="install">rm -fv /usr/lib/libbz2.a</userinput></screen>
  • chapter08/libtool.xml

    r3999c22 rdabd16b  
    7272              so we manually remove the static library -->
    7373
    74     <para>Remove an useless static library:</para>
     74    <para>Remove a useless static library:</para>
    7575
    7676<screen><userinput remap="install">rm -fv /usr/lib/libltdl.a</userinput></screen>
  • chapter08/zlib.xml

    r3999c22 rdabd16b  
    5858<screen><userinput remap="install">make install</userinput></screen>
    5959
    60     <para>Remove an useless static library:</para>
     60    <para>Remove a useless static library:</para>
    6161
    6262<screen><userinput remap="install">rm -fv /usr/lib/libz.a</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.