mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Simplified the installation of Linux Headers in Chapter 5.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7855 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
ac3fb3e9f4
commit
3f25fa44de
@ -36,6 +36,16 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>2006-11-24</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[jhuntwork] - Simplified the installation of
|
||||||
|
Linux Headers in Chapter 5.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2006-11-10</para>
|
<para>2006-11-10</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -49,12 +49,9 @@
|
|||||||
|
|
||||||
<para>Install the header files:</para>
|
<para>Install the header files:</para>
|
||||||
|
|
||||||
<screen><userinput>mkdir /tools/tmp
|
<screen><userinput>make mrproper
|
||||||
make mrproper
|
|
||||||
make headers_check
|
make headers_check
|
||||||
make INSTALL_HDR_PATH=/tools/tmp headers_install
|
cp -av usr/include/* /tools/include</userinput></screen>
|
||||||
cp -R /tools/tmp/include/* /tools/include
|
|
||||||
rm -r /tools/tmp</userinput></screen>
|
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!ENTITY version "SVN-20061110">
|
<!ENTITY version "SVN-20061124">
|
||||||
<!ENTITY releasedate "November 10, 2006">
|
<!ENTITY releasedate "November 24, 2006">
|
||||||
<!ENTITY milestone "6.3">
|
<!ENTITY milestone "6.3">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user