Ignore:
Timestamp:
06/11/2020 05:55:06 AM (4 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, 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:
302d97a
Parents:
387a32af
Message:

Updates to the rest of cross2 Chapter 7.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11919 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/util-linux.xml

    r387a32af raefc822  
    4949    <para>Prepare Util-linux for compilation:</para>
    5050
    51 <screen><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \
     51<screen><userinput remap="configure">
     52./configure ADJTIME_PATH=/var/lib/hwclock/adjtime    \
    5253            --docdir=/usr/share/doc/util-linux-&util-linux-version; \
    5354            --disable-chfn-chsh  \
     
    6364    <variablelist>
    6465      <title>The meaning of the configure options:</title>
    65 <!-- TODO -->
     66
    6667      <varlistentry>
    6768        <term><parameter>ADJTIME_PATH=/var/lib/hwclock/adjtime</parameter></term>
    6869        <listitem>
    6970          <para>This sets the location of the file recording information about
    70           the hardware clock, in accordance to the FHS. This is not stricly
    71           needed fot his temporary tool, but it prevent creating a file
     71          the hardware clock in accordance to the FHS. This is not stricly
     72          needed for his temporary tool, but it prevents creating a file
    7273          at another location, which would not be overwritten or removed
    73           when building the final util-linux.</para>
     74          when building the final util-linux package.</para>
    7475        </listitem>
    7576      </varlistentry>
     
    7879        <term><parameter>--disable-*</parameter></term>
    7980        <listitem>
    80           <para>Those switches prevent warnings about building components
     81          <para>These switches prevent warnings about building components
    8182          that require packages not in LFS or not installed yet.</para>
    8283        </listitem>
     
    106107    <title/>
    107108
    108     <para>Details on this package are located in
    109     <xref linkend="contents-utillinux" role="."/></para>
     109    <para>Details on this package are located in <xref linkend="contents-utillinux" role="."/></para>
    110110
    111111  </sect2>
Note: See TracChangeset for help on using the changeset viewer.