Changeset 1e3cb673


Ignore:
Timestamp:
Oct 22, 2008, 5:28:38 PM (16 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:
d2dc4ae
Parents:
2b770e2d
Message:

Remove now-extraneous text since coreutils source does not need futimens references changed

Location:
BOOK/temp-system
Files:
2 edited

Legend:

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

    r2b770e2d r1e3cb673  
    4444    --cache-file=config.cache</userinput></screen>
    4545
    46     <para os="m1">When we changed the futimens references, one of the files we
    47     updated was touch.c. That change means the
    48     <filename class="directory">man</filename> Makefile will try to
    49     regenerate the man page for touch, by executing the compiled
    50     <literal>touch</literal> program. If the target architecture cannot be
    51     executed by the host system, the build will fail. The following command
    52     fixes this by giving the man page a newer timestamp than its corresponding
    53     source file:</para>
    54 
    55 <screen os="m2"><userinput>touch man/touch.1</userinput></screen>
    56 
    5746   <para os="bf">Compile the package:</para>
    5847
  • BOOK/temp-system/multilib/coreutils.xml

    r2b770e2d r1e3cb673  
    4949    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    5050    href="../common/coreutils.xml"
    51     xpointer="xpointer(//*[@os='m1'])"/>
    52 
    53     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    54     href="../common/coreutils.xml"
    55     xpointer="xpointer(//*[@os='m2'])"/>
    56 
    57     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    58     href="../common/coreutils.xml"
    5951    xpointer="xpointer(//*[@os='bf'])"/>
    6052
Note: See TracChangeset for help on using the changeset viewer.