mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 11:49:20 +01:00
Updated to linux-2.6.20.4. Fixes r1978.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7998 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
04a770254c
commit
85d8df5044
@ -35,6 +35,16 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
-->
|
-->
|
||||||
|
<listitem>
|
||||||
|
<para>2007-04-01</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[jhuntwork] - Upgraded to linux-2.6.20.4. Updated linux-headers instructions
|
||||||
|
in chapter 5 to match instructions in chapter 6. The INSTALL_HDR_PATH is no longer
|
||||||
|
forcibly removed.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2007-03-27</para>
|
<para>2007-03-27</para>
|
||||||
|
@ -45,9 +45,8 @@
|
|||||||
<para>Install the header files:</para>
|
<para>Install the header files:</para>
|
||||||
|
|
||||||
<screen><userinput>make mrproper
|
<screen><userinput>make mrproper
|
||||||
make headers_install
|
|
||||||
make headers_check
|
make headers_check
|
||||||
cp -av usr/include/* /tools/include</userinput></screen>
|
make INSTALL_HDR_PATH=/tools headers_install</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-20070327">
|
<!ENTITY version "SVN-20070401">
|
||||||
<!ENTITY releasedate "March 27, 2007">
|
<!ENTITY releasedate "April 1, 2007">
|
||||||
<!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}]" -->
|
||||||
|
|
||||||
|
@ -299,11 +299,11 @@
|
|||||||
|
|
||||||
<!ENTITY linux-major-version "2.6">
|
<!ENTITY linux-major-version "2.6">
|
||||||
<!ENTITY linux-minor-version "20">
|
<!ENTITY linux-minor-version "20">
|
||||||
<!ENTITY linux-patch-version "3">
|
<!ENTITY linux-patch-version "4">
|
||||||
<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
|
<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
|
||||||
<!ENTITY linux-size "42,359 KB">
|
<!ENTITY linux-size "42,359 KB">
|
||||||
<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;/linux-&linux-version;.tar.bz2">
|
<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;/linux-&linux-version;.tar.bz2">
|
||||||
<!ENTITY linux-md5 "50541e43ec8b9861e63d2351e5355703">
|
<!ENTITY linux-md5 "ad6df0431ce9eb91dd558538e71239de">
|
||||||
<!ENTITY linux-home "http://www.kernel.org/">
|
<!ENTITY linux-home "http://www.kernel.org/">
|
||||||
<!ENTITY linux-ch8-du "310 - 390 MB">
|
<!ENTITY linux-ch8-du "310 - 390 MB">
|
||||||
<!ENTITY linux-ch8-sbu "1.5 - 3.5 SBU">
|
<!ENTITY linux-ch8-sbu "1.5 - 3.5 SBU">
|
||||||
|
Loading…
Reference in New Issue
Block a user