Changeset 080f66f
- Timestamp:
- Jul 30, 2013, 7:42:04 PM (11 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- d88b207
- Parents:
- 8c30aa4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/linux-headers.xml
r8c30aa4 r080f66f 30 30 <para os="b">Install the kernel header files:</para> 31 31 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 33 make INSTALL_HDR_PATH=/usr headers_install 36 34 find /usr/include -name .install -or -name ..install.cmd | xargs rm -fv</userinput></screen> 37 35 … … 55 53 56 54 <varlistentry os="d3"> 57 <term><parameter>make INSTALL_HDR_PATH= destheaders_install</parameter></term>55 <term><parameter>make INSTALL_HDR_PATH=/usr headers_install</parameter></term> 58 56 <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> 64 59 </listitem> 65 60 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.