Changeset 7a3ea39 for BOOK/cross-tools/ppc
- Timestamp:
- Apr 16, 2009, 9:15:03 AM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 76c3486
- Parents:
- b512295
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/ppc/linux-headers.xml
rb512295 r7a3ea39 37 37 cp -rv dest/include/* /tools/include</userinput></screen> 38 38 39 <variablelist os="d"> 40 <title>The meaning of the make commands:</title> 41 42 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 43 href="../../final-system/common/linux-headers.xml" 44 xpointer="xpointer(//*[@os='d1'])"/> 45 46 <varlistentry os="d2"> 47 <term><parameter>make ARCH=powerpc headers_check</parameter></term> 48 <listitem> 49 <para>Sanitizes the raw kernel headers so that they can be used 50 by userspace programs.</para> 51 </listitem> 52 </varlistentry> 53 54 <varlistentry os="d3"> 55 <term><parameter>make ARCH=powerpc INSTALL_HDR_PATH=dest headers_install</parameter></term> 56 <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> 62 </listitem> 63 </varlistentry> 64 65 </variablelist> 66 39 67 </sect2> 40 68
Note:
See TracChangeset
for help on using the changeset viewer.