Changeset 008436e


Ignore:
Timestamp:
03/31/2014 10:21:57 PM (10 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
cba2d4e
Parents:
a6d583b
Message:

Remove remaining references to headers-check.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10519 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    ra6d583b r008436e  
    3636    </listitem>
    3737-->
     38    <listitem>
     39      <para>2014-03-31</para>
     40      <itemizedlist>
     41        <listitem>
     42          <para>[ken] - Remove remaining references to headers-check when
     43          installing the linux API headers.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
     47
    3848    <listitem>
    3949      <para>2014-03-28</para>
  • chapter05/linux-headers.xml

    ra6d583b r008436e  
    5454<screen><userinput remap="pre">make mrproper</userinput></screen>
    5555
    56     <para>Now test and extract the user-visible kernel headers from the source.
     56    <para>Now extract the user-visible kernel headers from the source.
    5757    They are placed in an intermediate local directory and copied to the needed
    5858    location because the extraction process removes any existing files in
    5959    the target directory.</para>
    6060
    61 <screen><userinput remap="make">make headers_check
    62 make INSTALL_HDR_PATH=dest headers_install
     61<screen><userinput remap="make">make INSTALL_HDR_PATH=dest headers_install
    6362</userinput><userinput remap="install">cp -rv dest/include/* /tools/include</userinput></screen>
    6463
  • chapter06/linux-headers.xml

    ra6d583b r008436e  
    5353<screen><userinput remap="pre">make mrproper</userinput></screen>
    5454
    55     <para>Now test and extract the user-visible kernel headers from the source.
     55    <para>Now extract the user-visible kernel headers from the source.
    5656    They are placed in an intermediate local directory and copied to the needed
    5757    location because the extraction process removes any existing files in
  • general.ent

    ra6d583b r008436e  
    1 <!ENTITY version         "SVN-20140328">
    2 <!ENTITY releasedate     "March 28, 2014">
     1<!ENTITY version         "SVN-20140331">
     2<!ENTITY releasedate     "March 31, 2014">
    33<!ENTITY copyrightdate   "1999-2014"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone       "7.6">
Note: See TracChangeset for help on using the changeset viewer.