Ignore:
Timestamp:
Oct 16, 2007, 9:00:29 AM (16 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:
7944221
Parents:
0e34e8b
Message:

Updated Linux to 2.6.23.1, removed linux-headers package

File:
1 edited

Legend:

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

    r0e34e8b r760721c  
    99  <?dbhtml filename="linux-headers.html"?>
    1010
    11   <title>Linux-Headers-&linux-headers-version;</title>
     11  <title>Linux-Headers-&linux-version;</title>
    1212
    1313  <indexterm zone="ch-cross-tools-linux-headers">
     
    1717
    1818  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    19   href="../../final-system/x86/linux-headers.xml"
     19  href="../../final-system/common/linux-headers.xml"
    2020  xpointer="xpointer(//*[@role='package'])"/>
    2121
     
    2424
    2525    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    26     href="../x86/linux-headers.xml"
     26    href="../../final-system/common/linux-headers.xml"
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen><userinput>install -dv /tools/include
    30 cp -av include/asm-sparc /tools/include/asm
    31 cp -av include/{asm-generic,linux} /tools/include/</userinput></screen>
     29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30    href="../../final-system/common/linux-headers.xml"
     31    xpointer="xpointer(//*[@os='b'])"/>
     32
     33<screen os="c"><userinput>make mrproper
     34make ARCH=sparc headers_check
     35make ARCH=sparc INSTALL_HDR_PATH=dest headers_install
     36cp -rv dest/include/* /tools/include</userinput></screen>
    3237
    3338  </sect2>
Note: See TracChangeset for help on using the changeset viewer.