Ignore:
Timestamp:
Jul 30, 2013, 7:41:52 PM (11 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
080f66f
Parents:
328ee36
Message:

Update linux headers install commands in cross-tools.

File:
1 edited

Legend:

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

    r328ee36 r8c30aa4  
    3131    xpointer="xpointer(//*[@os='b'])"/>
    3232
    33 <screen os="c"><userinput>install -dv /tools/include
    34 make mrproper
     33<screen os="c"><userinput>make mrproper
    3534make ARCH=mips headers_check
    36 make ARCH=mips INSTALL_HDR_PATH=dest headers_install
    37 cp -rv dest/include/* /tools/include</userinput></screen>
     35make ARCH=mips INSTALL_HDR_PATH=/tools headers_install</userinput></screen>
    3836
    3937    <variablelist os="d">
     
    5351
    5452      <varlistentry os="d3">
    55         <term><parameter>make ARCH=mips INSTALL_HDR_PATH=dest headers_install</parameter></term>
     53        <term><parameter>make ARCH=mips INSTALL_HDR_PATH=/tools headers_install</parameter></term>
    5654        <listitem>
    57           <para>Normally the headers_install target removes the entire
    58           destination directory (default
    59           <filename class="directory">/usr/include</filename>) before
    60           installing the headers. To prevent this, we tell the kernel to
    61           install the headers to a directory inside the source dir.</para>
     55          <para>This will install the kernel headers into
     56          <filename class="directory">/tools/include</filename>.</para>
    6257        </listitem>
    6358      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.