Changeset 3a8c95d in clfs-sysroot for BOOK/cross-tools/x86


Ignore:
Timestamp:
Jan 3, 2009, 2:15:32 PM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
1caa15b
Parents:
90e4737
Message:

Convert from the old depreciated kernel headers tarball to the ones included with the linux kernel.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/x86/linux-headers.xml

    r90e4737 r3a8c95d  
    66]>
    77
    8 <sect1 id="ch-system-linux-headers" role="wrap">
     8<sect1 id="ch-cross-tools-linux-headers" role="wrap">
    99  <?dbhtml filename="linux-headers.html"?>
    1010
    1111  <title>Linux-Headers-&linux-headers-version;</title>
    1212
    13   <indexterm zone="ch-system-linux-headers">
     13  <indexterm zone="ch-cross-tools-linux-headers">
    1414    <primary sortas="a-Linux-Headers">Linux-Headers</primary>
    1515  </indexterm>
     
    3030    xpointer="xpointer(//*[@os='b'])"/>
    3131
    32     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    33     href="../arm/linux-headers.xml"
    34     xpointer="xpointer(//*[@os='c'])"/>
    35 
    36     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    37     href="../arm/linux-headers.xml"
    38     xpointer="xpointer(//*[@os='d'])"/>
    39 
    40 <screen><userinput>cp -av include/asm-i386 ${CLFS}/usr/include/asm</userinput></screen>
     32<screen os="c"><userinput>make mrproper
     33make ARCH=x86 headers_check
     34make ARCH=x86 INSTALL_HDR_PATH=dest headers_install
     35cp -rv dest/include/* ${CLFS}/usr/include</userinput></screen>
    4136
    4237  </sect2>
Note: See TracChangeset for help on using the changeset viewer.