Changeset ba99e10d for BOOK/temp-system


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

Location:
BOOK/temp-system
Files:
5 edited

Legend:

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

    r902b794 rba99e10d  
    2121  <sect2 role="installation">
    2222    <title>Installation of File</title>
     23
     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'])"/>
    2331
    2432  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/common/file.xml

    r902b794 rba99e10d  
    2121  <sect2 role="installation">
    2222    <title>Installation of File</title>
     23
     24    <para os="p1">The following patch will fix a compile issue that would prevent
     25    a proper creation of magic.mgc file. This would show up as an error messsage.
     26    &quote;ERROR: file: File &file-version; supports only 6 version magic files. `/tools/share/file/magic.mgc' is version 2&quote;:</para>
     27
     28<screen os="p2"><userinput>patch -Np1 -i ../&file-cross_compile-patch;</userinput></screen>
    2329
    2430    <para os="a">Prepare File for compilation:</para>
  • BOOK/temp-system/multilib/file.xml

    r902b794 rba99e10d  
    2121  <sect2 role="installation">
    2222    <title>Installation of File</title>
     23
     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'])"/>
    2331
    2432  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • 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>
  • BOOK/temp-system/native64/file.xml

    r902b794 rba99e10d  
    2121  <sect2 role="installation">
    2222    <title>Installation of File</title>
     23
     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'])"/>
    2331
    2432  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.