Changeset 51f09a8


Ignore:
Timestamp:
Oct 23, 2006, 4:49:25 PM (17 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:
6cea094
Parents:
11423b69
Message:

Added touch man/uname.1

Location:
BOOK
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/introduction/common/changelog.xml

    r11423b69 r51f09a8  
    4444          temp-system Tar and Coreutils.</para>
    4545        </listitem>
     46        <listitem>
     47          <para>[jim] - Added touch man/uname.1 in temp-system Coreutils to
     48          prevent a build failure.</para>
     49        </listitem>
    4650      </itemizedlist>
    4751    </listitem>
  • BOOK/temp-system/common/coreutils.xml

    r11423b69 r51f09a8  
    3333    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    3434
     35    <para os="m1">The following command creates a dummy uname.1, the creation of man pages
     36    for coreutils now requires help2man:</para>
     37
     38<screen os="m2"><userinput>touch man/uname.1</userinput></screen>
     39
    3540    <para os="bf">Compile the package:</para>
    3641
  • BOOK/temp-system/multilib/coreutils.xml

    r11423b69 r51f09a8  
    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"
    4351    xpointer="xpointer(//*[@os='bf'])"/>
    4452
Note: See TracChangeset for help on using the changeset viewer.