Changeset 8cb087f


Ignore:
Timestamp:
Jul 8, 2006, 9:07:11 PM (18 years ago)
Author:
Chris Staub <chris@…>
Children:
cf00518
Parents:
0225b23
Message:

Cleaned up boot and chroot sections util-linux instructions for more consistency

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • boot/common/util-linux.xml

    r0225b23 r8cb087f  
    5353
    5454<screen os="bb"><userinput>cp -v configure{,.orig}
    55 sed -e 's@/usr/include@/tools/include@g' configure.orig > configure</userinput></screen>
     55sed -e 's@/usr/include@/tools/include@g' configure.orig &gt; configure</userinput></screen>
    5656
    5757    <para os="bc">The Util-linux installation uses <option>-o root</option>.
  • chroot/common/util-linux.xml

    r0225b23 r8cb087f  
    3535    xpointer="xpointer(//*[@os='ba'])"/>
    3636
    37 <screen os="ca"><userinput>cp -v configure configure.orig
    38 sed -e 's@/usr/include@/tools/include@g' configure.orig &gt; configure</userinput></screen>
     37    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     38    href="../../boot/common/util-linux.xml"
     39    xpointer="xpointer(//*[@os='bb'])"/>
    3940
    4041    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    4243    xpointer="xpointer(//*[@os='a'])"/>
    4344
    44 <screen os="cb"><userinput>./configure</userinput></screen>
     45    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     46    href="../../boot/common/util-linux.xml"
     47    xpointer="xpointer(//*[@os='be'])"/>
    4548
    4649    <para os="cc">Compile some support routines:</para>
  • chroot/multilib/util-linux.xml

    r0225b23 r8cb087f  
    4343    xpointer="xpointer(//*[@os='a'])"/>
    4444
    45 <screen os="cb"><userinput>CC="${CC} ${BUILD64}" ./configure</userinput></screen>
     45<screen os="be"><userinput>CC="${CC} ${BUILD64}" ./configure</userinput></screen>
    4646
    4747    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.