Changeset 3c60673 for BOOK/temp-system


Ignore:
Timestamp:
Jun 4, 2013, 4:52:11 AM (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:
121626c
Parents:
cc16897
Message:

Move position of sed from top to before compile.

Location:
BOOK/temp-system
Files:
2 edited

Legend:

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

    rcc16897 r3c60673  
    2222  <sect2 role="installation">
    2323    <title>Installation of Coreutils</title>
    24 
    25     <para os="aa">Apply a sed to allow completion of the build:</para>
    26 
    27 <screen os="ab"><userinput>cp -v Makefile{,.orig}
    28 sed -e 's/^#run_help2man\|^run_help2man/#&amp;/' \
    29   -e 's/^\##run_help2man/run_help2man/' Makefile.orig > Makefile</userinput></screen>
    3024
    3125    <para os="ba">Configure can not properly determine how to get free space
     
    5852    </variablelist>
    5953
     54    <para os="s1">Apply a sed to allow completion of the build:</para>
     55
     56<screen os="s2"><userinput>cp -v Makefile{,.orig}
     57sed -e 's/^#run_help2man\|^run_help2man/#&amp;/' \
     58  -e 's/^\##run_help2man/run_help2man/' Makefile.orig > Makefile</userinput></screen>
     59
    6060   <para os="bf">Compile the package:</para>
    6161
  • BOOK/temp-system/multilib/coreutils.xml

    rcc16897 r3c60673  
    2525    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    2626    href="../common/coreutils.xml"
    27     xpointer="xpointer(//*[@os='aa'])"/>
    28 
    29     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    30     href="../common/coreutils.xml"
    31     xpointer="xpointer(//*[@os='ab'])"/>
    32 
    33     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    34     href="../common/coreutils.xml"
    3527    xpointer="xpointer(//*[@os='ba'])"/>
    3628
     
    5042    href="../common/coreutils.xml"
    5143    xpointer="xpointer(//*[@os='be1'])"/>
     44
     45    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     46    href="../common/coreutils.xml"
     47    xpointer="xpointer(//*[@os='s1'])"/>
     48
     49    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     50    href="../common/coreutils.xml"
     51    xpointer="xpointer(//*[@os='s2'])"/>
    5252
    5353    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.