Changeset 0eb57e6 in clfs-sysroot for BOOK/final-system/common/coreutils.xml


Ignore:
Timestamp:
Jan 5, 2009, 2:10:16 AM (17 years ago)
Author:
Chris Staub <chris@…>
Branches:
master
Children:
eb170af
Parents:
f74898c
Message:

A sed command was removed from Coreutils instructions

File:
1 edited

Legend:

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

    rf74898c r0eb57e6  
    3333<screen os="p2"><userinput>patch -Np1 -i ../&coreutils-uname-patch;</userinput></screen>
    3434
    35     <para os="aa">When the uname patch and the sed above were applied. The
    36     source files for uname and touch were updated. Because they have a newer
    37     timestamp then the man pages the <filename>Makefile</filename> is going to
    38     try to regenerate the man pages. If executables for the target architecture
     35    <para os="aa">The above patch modifies the source code for
     36    <command>uname</command>. Because it now has a newer timestamp then
     37    its man page, the <filename>Makefile</filename> is going to
     38    try to regenerate the man page. If executables for the target architecture
    3939    can not be executed by the host system, the build will fail. The following
    40     command fixes this by giving the two man pages a newer timestamp then their
    41     cooresponding source files:</para>
    42 
    43 <screen os="ab"><userinput>touch man/uname.1 man/touch.1 man/hostname.1</userinput></screen>
     40    command fixes this by giving the man page a newer timestamp then its
     41    corresponding source file:</para>
     42
     43<screen os="ab"><userinput>touch man/uname.1</userinput></screen>
    4444
    4545    <para os="s1">Coreutils attempts to use the <command>install</command>
Note: See TracChangeset for help on using the changeset viewer.