Changeset 080aa9f


Ignore:
Timestamp:
01/05/2011 12:10:26 AM (13 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
dbc5ea6
Parents:
7002213
Message:

Tweaks to Xz instructions

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9437 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • appendices/dependencies.xml

    r7002213 r080aa9f  
    12341234        <seglistitem>
    12351235         <seg>Bash, Binutils, Bzip2, Coreutils, Flex, GCC, GDBM, Gettext,
    1236          Glibc, Grep, Groff, Gzip, Less, Make, and Sed</seg>
     1236         Glibc, Grep, Groff, Gzip, Less, Make, Sed, and Xz</seg>
    12371237        </seglistitem>
    12381238      </segmentedlist>
     
    20372037
    20382038        <seglistitem>
    2039           <seg>None</seg>
     2039          <seg>Man-DB</seg>
    20402040        </seglistitem>
    20412041      </segmentedlist>
  • chapter01/changelog.xml

    r7002213 r080aa9f  
    3838-->
    3939    <listitem>
     40      <para>2011-01-04</para>
     41      <itemizedlist>
     42         <listitem>
     43          <para>[bdubbs] Move XZ-Utils to before Man-DB.
     44          Tweak install instructions.
     45          </para>
     46        </listitem>
     47      </itemizedlist>
     48    </listitem>
     49
     50    <listitem>
    4051      <para>2011-01-02</para>
    4152      <itemizedlist>
  • chapter05/xz-utils.xml

    r7002213 r080aa9f  
    6060    <para>Install the package:</para>
    6161
    62 <screen><userinput remap="install">make PREFIX=/tools install</userinput></screen>
     62<screen><userinput remap="install">make install</userinput></screen>
    6363
    6464  </sect2>
  • chapter06/chapter06.xml

    r7002213 r080aa9f  
    6161  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="less.xml"/>
    6262  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="make.xml"/>
     63  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xz-utils.xml"/>
    6364  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="man-db.xml"/>
    6465  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module-init-tools.xml"/>
     
    7273  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="udev.xml"/>
    7374  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vim.xml"/>
    74   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xz-utils.xml"/>
    7575  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="aboutdebug.xml"/>
    7676  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="strippingagain.xml"/>
  • chapter06/xz-utils.xml

    r7002213 r080aa9f  
    4747    <para>Prepare Xz for compilation with:</para>
    4848
    49 <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
     49<screen><userinput remap="configure">./configure --prefix=/usr --docdir=/usr/share/doc/xz-&xz-version;</userinput></screen>
    5050
    5151    <para>Compile the package:</para>
     
    7979        xzgrep, xzless, xzmore</seg>
    8080        <seg>liblzma.{a,so}</seg>
    81         <seg>/usr/include/lzma and /usr/share/doc/xz</seg>
     81        <seg>/usr/include/lzma and /usr/share/doc/xz-&xz-version;</seg>
    8282      </seglistitem>
    8383    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.