Changeset 0eb57e6 in clfs-sysroot


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

A sed command was removed from Coreutils instructions

Location:
BOOK/final-system/common
Files:
2 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>
  • BOOK/final-system/common/pkgmgt.xml

    rf74898c r0eb57e6  
    2121
    2222  <para>Some reasons why no specific package manager is recommended in
    23   CLFS or BLFS include:</para>
     23  CLFS or CBLFS include:</para>
    2424
    2525  <itemizedlist>
     
    4444
    4545    <para>A Package Manager makes it easy to upgrade to newer versions when they
    46     are released. Generally the instructions in the CLFS and BLFS Book can be
     46    are released. Generally the instructions in CLFS and CBLFS can be
    4747    used to upgrade to the newer versions. Here are some points that you should
    4848    be aware of when upgrading packages, especially on a running system.</para>
Note: See TracChangeset for help on using the changeset viewer.