Changeset 76b06f6 for BOOK/final-system/common/linux-headers.xml
- Timestamp:
- Sep 24, 2013, 11:53:17 AM (12 years ago)
- Children:
- 2e9ccbe
- Parents:
- 111b12a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/linux-headers.xml
r111b12a r76b06f6 32 32 <screen os="c"><userinput>make mrproper 33 33 make headers_check 34 make INSTALL_HDR_PATH=/usr headers_install 34 make INSTALL_HDR_PATH=dest headers_install 35 cp -rv dest/include/* /usr/include 35 36 find /usr/include -name .install -or -name ..install.cmd | xargs rm -fv</userinput></screen> 36 37 … … 54 55 55 56 <varlistentry os="d3"> 56 <term><parameter>make INSTALL_HDR_PATH= /usrheaders_install</parameter></term>57 <term><parameter>make INSTALL_HDR_PATH=dest headers_install</parameter></term> 57 58 <listitem> 58 <para>This will install the kernel headers into 59 <filename class="directory">/usr/include</filename>.</para> 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> 60 64 </listitem> 61 65 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.