Changeset 080f66f


Ignore:
Timestamp:
Jul 30, 2013, 7:42:04 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:
d88b207
Parents:
8c30aa4
Message:

Update linux headers install commands for final-system.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/linux-headers.xml

    r8c30aa4 r080f66f  
    3030    <para os="b">Install the kernel header files:</para>
    3131
    32 <screen os="c"><userinput>make mrproper
    33 make headers_check
    34 make INSTALL_HDR_PATH=dest headers_install
    35 cp -rv dest/include/* /usr/include
     32<screen os="c"><userinput>make headers_check
     33make INSTALL_HDR_PATH=/usr headers_install
    3634find /usr/include -name .install -or -name ..install.cmd | xargs rm -fv</userinput></screen>
    3735
     
    5553
    5654      <varlistentry os="d3">
    57         <term><parameter>make INSTALL_HDR_PATH=dest headers_install</parameter></term>
     55        <term><parameter>make INSTALL_HDR_PATH=/usr headers_install</parameter></term>
    5856        <listitem>
    59           <para>Normally the headers_install target removes the entire
    60           destination directory (default
    61           <filename class="directory">/usr/include</filename>) before
    62           installing the headers. To prevent this, we tell the kernel to
    63           install the headers to a directory inside the source dir.</para>
     57          <para>This will install the kernel headers into
     58          <filename class="directory">/usr/include</filename>.</para>
    6459        </listitem>
    6560      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.