Changeset 60185a9


Ignore:
Timestamp:
Apr 27, 2007, 2:13:11 PM (17 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
3bc1c3c
Parents:
bfd5aa0
Message:

We don't use the uname patch for temp-system Coreutils. No need to 'touch man/uname.1'.

Location:
BOOK
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/general.ent

    rbfd5aa0 r60185a9  
    33<!ENTITY month "04"> <!-- Use two digits -->
    44<!ENTITY month_name "April">
    5 <!ENTITY day "24"> <!-- Use two digits -->
     5<!ENTITY day "27"> <!-- Use two digits -->
    66<!ENTITY year "2007"> <!-- Use four digits -->
    77
  • BOOK/introduction/common/changelog.xml

    rbfd5aa0 r60185a9  
    3838
    3939    <listitem>
     40      <para>April 27, 2007</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[jhuntwork] - We don't use the uname patch for temp-system Coreutils.
     44          No need to 'touch man/uname.1'.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
     49    <listitem>
    4050      <para>April 24, 2007</para>
    4151      <itemizedlist>
    4252        <listitem>
    43           <para>[name] - Updated to Psmisc 22.5.</para>
     53          <para>[jciccone] - Updated to Psmisc 22.5.</para>
    4454        </listitem>
    4555      </itemizedlist>
  • BOOK/temp-system/common/coreutils.xml

    rbfd5aa0 r60185a9  
    3333    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    3434
    35     <para os="m1">When the uname patch was applied. A change was made to
    36     <filename>uname.c</filename>. This change is causing the man Makefile to
    37     try and regenerate the man page for uname. Since the compiled uname can
    38     not be executed the build will fail. The following command gives the
    39     uname man page a newer timestamp then <filename>uname.c</filename>.</para>
    40 
    41 <screen os="m2"><userinput>touch man/uname.1</userinput></screen>
    42 
    4335    <para os="bf">Compile the package:</para>
    4436
  • BOOK/temp-system/multilib/coreutils.xml

    rbfd5aa0 r60185a9  
    4141    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    4242    href="../common/coreutils.xml"
    43     xpointer="xpointer(//*[@os='m1'])"/>
    44 
    45     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    46     href="../common/coreutils.xml"
    47     xpointer="xpointer(//*[@os='m2'])"/>
    48 
    49     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    50     href="../common/coreutils.xml"
    5143    xpointer="xpointer(//*[@os='bf'])"/>
    5244
Note: See TracChangeset for help on using the changeset viewer.