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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.