Changeset ff8774f


Ignore:
Timestamp:
Jan 8, 2014, 10:15:42 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
0ddb5ca
Parents:
3452555
Message:

Remove obsolete command

Location:
BOOK
Files:
3 edited

Legend:

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

    r3452555 rff8774f  
    4141      <itemizedlist>
    4242        <listitem>
     43          <para>[Chris] - Removed obsolete sed command from temp-system Coreutils.</para>
     44        </listitem>
     45        <listitem>
    4346          <para>[Chris] - Removed unneeded command to rename stubs-64.h.</para>
    4447        </listitem>
  • BOOK/temp-system/common/coreutils.xml

    r3452555 rff8774f  
    5656    </variablelist>
    5757
    58     <para os="s1">Apply a sed to allow completion of the build:</para>
    59 
    60 <screen os="s2"><userinput>cp -v Makefile{,.orig}
    61 sed -e 's/^#run_help2man\|^run_help2man/#&amp;/' \
    62   -e 's/^\##run_help2man/run_help2man/' Makefile.orig > Makefile</userinput></screen>
    63 
    6458   <para os="bf">Compile the package:</para>
    6559
  • BOOK/temp-system/multilib/coreutils.xml

    r3452555 rff8774f  
    5353    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    5454    href="../common/coreutils.xml"
    55     xpointer="xpointer(//*[@os='s1'])"/>
    56 
    57     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    58     href="../common/coreutils.xml"
    59     xpointer="xpointer(//*[@os='s2'])"/>
    60 
    61     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    62     href="../common/coreutils.xml"
    6355    xpointer="xpointer(//*[@os='bf'])"/>
    6456
Note: See TracChangeset for help on using the changeset viewer.