Changeset cc16897


Ignore:
Timestamp:
Jun 3, 2013, 8:32:30 PM (11 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
3c60673
Parents:
48bfbe9
Message:

Edit coreutils as nothing ever works right during cross sompile.

File:
1 edited

Legend:

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

    r48bfbe9 rcc16897  
    2323    <title>Installation of Coreutils</title>
    2424
    25     <para os="aa">The following command updates the timestamps on the uname
    26     and hostname man pages so that the Makefile does not attempt to regenerate
    27     them:</para>
     25    <para os="aa">Apply a sed to allow completion of the build:</para>
    2826
    29 <screen os="ab"><userinput>touch man/uname.1 man/hostname.1</userinput></screen>
     27<screen os="ab"><userinput>cp -v Makefile{,.orig}
     28sed -e 's/^#run_help2man\|^run_help2man/#&amp;/' \
     29  -e 's/^\##run_help2man/run_help2man/' Makefile.orig > Makefile</userinput></screen>
    3030
    3131    <para os="ba">Configure can not properly determine how to get free space
Note: See TracChangeset for help on using the changeset viewer.