Changeset 8fdfc096


Ignore:
Timestamp:
Feb 21, 2006, 12:45:13 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
f6c354f
Parents:
929aaed
Message:

r634@server (orig r632): jim | 2005-11-05 13:59:38 -0800

r634@server: jim | 2005-11-03 09:26:26 -0800
Added: coreutils fixes patch. md5sum, dircolors, and locale installation fixes


Location:
BOOK
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/coreutils.xml

    r929aaed r8fdfc096  
    5252<screen os="b"><userinput>patch -Np1 -i ../&coreutils-suppress-patch;</userinput></screen>
    5353
    54     <para os="p1">Apply a patch to improve the POSIX and bash compatibility of echo:</para>
    55 
    56 <screen os="p2"><userinput>patch -Np1 -i ../&coreutils-echo_posix-patch;</userinput></screen>
     54    <para os="p1">Apply a patch to fix various fixes for coreutils:</para>
     55
     56<screen os="p2"><userinput>patch -Np1 -i ../&coreutils-fixes-patch;</userinput></screen>
    5757
    5858    <para os="c">Now prepare Coreutils for compilation:</para>
    5959
    60 <screen os="d"><userinput>DEFAULT_POSIX2_VERSION=199209 ./configure --prefix=/usr</userinput></screen>
     60<screen os="d"><userinput>./configure --prefix=/usr</userinput></screen>
    6161
    6262    <para os="e">Compile the package:</para>
  • BOOK/final-system/multilib/coreutils.xml

    r929aaed r8fdfc096  
    6363    xpointer="xpointer(//*[@os='c'])"/>
    6464
    65 <screen os="d"><userinput>CC="gcc ${BUILD64}" DEFAULT_POSIX2_VERSION=199209 \
    66    ./configure --prefix=/usr</userinput></screen>
     65<screen os="d"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr</userinput></screen>
    6766
    6867    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/introduction/common/changelog.xml

    r929aaed r8fdfc096  
    4040
    4141    <listitem>
     42      <para>November 3, 2005</para>
     43      <itemizedlist>
     44        <listitem>
     45          <para>[jim] - Fixes added to coreutils. Coreutils was install locales to /locale.
     46           Added fixes for dircolors and md5sum also.</para>
     47        </listitem>
     48      </itemizedlist>
     49    </listitem>
     50
     51    <listitem>
    4252      <para>October 31, 2005</para>
    4353      <itemizedlist>
  • BOOK/patches.ent

    r929aaed r8fdfc096  
    1111
    1212<!ENTITY coreutils-suppress-patch "coreutils-&coreutils-version;-suppress_uptime_kill_su-1.patch">
    13 <!ENTITY coreutils-echo_posix-patch "coreutils-&coreutils-version;-echo_posix-1.patch">
     13<!ENTITY coreutils-fixes-patch "coreutils-&coreutils-version;-fixes-1.patch">
    1414
    1515<!ENTITY expect-spawn-patch "expect-&expect-version;-spawn-1.patch">
Note: See TracChangeset for help on using the changeset viewer.