Changeset 0aaf6a31 for chapter05


Ignore:
Timestamp:
03/31/2021 10:41:36 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
9c31d62
Parents:
d7f58cc
git-author:
Thomas Trepl <thomas@…> (10/04/2019 07:22:53 PM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:36 AM)
Message:

MultiLib: Merge changes from trunk

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11681 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/linux-headers.xml

    rd7f58cc r0aaf6a31  
    5454
    5555    <para>Now extract the user-visible kernel headers from the source.
    56     They are placed in an intermediate local directory and copied to the needed
    57     location because the extraction process removes any existing files in
    58     the target directory.</para>
     56    The recommended make target <quote>headers_install</quote> cannot be
     57    used, because it requires <application>rsync</application>, which may not
     58    be available. The headers are first placed in
     59    <filename class="directory">./usr</filename>, then copied to the needed
     60    location.</para>
    5961
    60 <screen><userinput remap="make">make INSTALL_HDR_PATH=dest headers_install
    61 </userinput><userinput remap="install">cp -rv dest/include/* /tools/include</userinput></screen>
     62<screen><userinput remap="make">make headers
     63</userinput><userinput remap="install">cp -rv usr/include/* /tools/include</userinput></screen>
    6264
    6365  </sect2>
Note: See TracChangeset for help on using the changeset viewer.