Changeset de052ed


Ignore:
Timestamp:
Aug 15, 2006, 11:31:53 PM (18 years ago)
Author:
Chris Staub <chris@…>
Children:
45f2809
Parents:
74df39d
Message:

Text updates

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • boot/common/e2fsprogs.xml

    r74df39d rde052ed  
    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>
  • boot/common/zlib.xml

    r74df39d rde052ed  
    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>
  • temp-system/common/bash.xml

    r74df39d rde052ed  
    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.