Ignore:
Timestamp:
Jan 5, 2009, 2:03:40 PM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
2d37d44
Parents:
902b794
Message:

Added: File Cross Compile Patch to Temp-System

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/native/file.xml

    r902b794 rba99e10d  
    2222    <title>Installation of File</title>
    2323
    24     <para os="a">Prepare File for compilation:</para>
     24  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     25    href="../common/file.xml"
     26    xpointer="xpointer(//*[@os='p1'])"/>
     27
     28  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     29    href="../common/file.xml"
     30    xpointer="xpointer(//*[@os='p2'])"/>
     31
     32  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     33    href="../common/file.xml"
     34    xpointer="xpointer(//*[@os='a'])"/>
    2535
    2636<screen os="b"><userinput>./configure --prefix=/tools</userinput></screen>
    2737
    28     <para os="c">Compile the package:</para>
     38  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     39    href="../common/file.xml"
     40    xpointer="xpointer(//*[@os='c'])"/>
    2941
    30 <screen os="d"><userinput>make</userinput></screen>
     42  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     43    href="../common/file.xml"
     44    xpointer="xpointer(//*[@os='d'])"/>
    3145
    32     <para os="f">Install the package:</para>
     46  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     47    href="../common/file.xml"
     48    xpointer="xpointer(//*[@os='f'])"/>
    3349
    34 <screen os="g"><userinput>make install</userinput></screen>
     50  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     51    href="../common/file.xml"
     52    xpointer="xpointer(//*[@os='g'])"/>
    3553
    3654  </sect2>
Note: See TracChangeset for help on using the changeset viewer.