Changeset 7a3ea39


Ignore:
Timestamp:
Apr 16, 2009, 9:15:03 AM (15 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
76c3486
Parents:
b512295
Message:

Added command explanation to Linux-Headers pages

Location:
BOOK
Files:
10 edited

Legend:

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

    rb512295 r7a3ea39  
    3737cp -rv dest/include/* /tools/include</userinput></screen>
    3838
     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=alpha 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=alpha 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
    3967  </sect2>
    4068
  • BOOK/cross-tools/mips/linux-headers.xml

    rb512295 r7a3ea39  
    3737cp -rv dest/include/* /tools/include</userinput></screen>
    3838
     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=mips 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=mips 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
    3967  </sect2>
    4068
  • BOOK/cross-tools/native/linux-headers.xml

    rb512295 r7a3ea39  
    3737cp -rv dest/include/* /tools/include</userinput></screen>
    3838
     39    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     40    href="../../final-system/common/linux-headers.xml"
     41    xpointer="xpointer(//*[@os='d'])"/>
     42
    3943  </sect2>
    4044
  • BOOK/cross-tools/ppc/linux-headers.xml

    rb512295 r7a3ea39  
    3737cp -rv dest/include/* /tools/include</userinput></screen>
    3838
     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
    3967  </sect2>
    4068
  • BOOK/cross-tools/sparc/linux-headers.xml

    rb512295 r7a3ea39  
    3737cp -rv dest/include/* /tools/include</userinput></screen>
    3838
     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=sparc 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=sparc 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
    3967  </sect2>
    4068
  • BOOK/cross-tools/sparc64/linux-headers.xml

    rb512295 r7a3ea39  
    3737cp -rv dest/include/* /tools/include</userinput></screen>
    3838
     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=sparc64 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=sparc64 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
    3967  </sect2>
    4068
  • BOOK/cross-tools/x86/linux-headers.xml

    rb512295 r7a3ea39  
    3737cp -rv dest/include/* /tools/include</userinput></screen>
    3838
     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=i386 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=i386 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
    3967  </sect2>
    4068
  • BOOK/cross-tools/x86_64/linux-headers.xml

    rb512295 r7a3ea39  
    3737cp -rv dest/include/* /tools/include</userinput></screen>
    3838
     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=x86_64 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=x86_64 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
    3967  </sect2>
    4068
  • BOOK/final-system/common/linux-headers.xml

    rb512295 r7a3ea39  
    3535cp -rv dest/include/* /usr/include</userinput></screen>
    3636
     37    <variablelist os="d">
     38      <title>The meaning of the make commands:</title>
     39
     40      <varlistentry os="d1">
     41        <term><parameter>make mrproper</parameter></term>
     42        <listitem>
     43          <para>Ensures that the kernel source dir is clean.</para>
     44        </listitem>
     45      </varlistentry>
     46
     47      <varlistentry os="d2">
     48        <term><parameter>make headers_check</parameter></term>
     49        <listitem>
     50          <para>Sanitizes the raw kernel headers so that they can be used
     51          by userspace programs.</para>
     52        </listitem>
     53      </varlistentry>
     54
     55      <varlistentry os="d3">
     56        <term><parameter>make INSTALL_HDR_PATH=dest headers_install</parameter></term>
     57        <listitem>
     58          <para>Normally the headers_install target removes the entire
     59          destination directory (default
     60          <filename class="directory">/usr/include</filename>) before
     61          installing the headers. To prevent this, we tell the kernel to
     62          install the headers to a directory inside the source dir.</para>
     63        </listitem>
     64      </varlistentry>
     65
     66    </variablelist>
     67
    3768  </sect2>
    3869
  • BOOK/introduction/common/changelog.xml

    rb512295 r7a3ea39  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>April 16, 2009</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[Chris] - Added command explanations to Linux-Headers
     44          pages.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
    3848
    3949    <listitem>
Note: See TracChangeset for help on using the changeset viewer.