Changeset 342c4cd


Ignore:
Timestamp:
Aug 15, 2006, 11:31:53 PM (18 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
677d9e3
Parents:
42754a9
Message:

Text updates

Location:
BOOK
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/common/e2fsprogs.xml

    r42754a9 r342c4cd  
    7171        <listitem>
    7272          <para>The Makefile for e2fsprogs hard-codes a path to the
    73           <filename>mke2fs.conf</filename> file, causing the installation to
    74           fail unless the DESTDIR parameter is used.</para>
     73          <filename>mke2fs.conf</filename> file, attempting to install it into
     74          ${DESTDIR}/etc, causing the installation to fail as it tries to write
     75          to /etc. The DESTDIR parameter prevents this.</para>
    7576        </listitem>
    7677      </varlistentry>
  • BOOK/boot/common/zlib.xml

    r42754a9 r342c4cd  
    3535        <term><parameter>--shared</parameter></term>
    3636        <listitem>
    37           <para>Tells zlib to build its shared library.</para>
     37          <para>Tells Zlib to build its shared library.</para>
    3838        </listitem>
    3939      </varlistentry>
  • BOOK/temp-system/common/bash.xml

    r42754a9 r342c4cd  
    2828
    2929    <para os="c3">When bash is cross-compiled, it cannot test for the presence
    30     of named pipes. We used <command>su</command> to become an unprivileged
    31     user, this combination will cause a build without <emphasis>process
     30    of named pipes. If you used <command>su</command> to become an unprivileged
     31    user, this combination will cause Bash to build without <emphasis>process
    3232    substitution</emphasis>, which will break one of the c++ test scripts in
    3333    <literal>glibc</literal>. Prevent that by forcing the following definition:
Note: See TracChangeset for help on using the changeset viewer.