mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Install linux-headers to temporary directory for safety
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8215 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
7d39455701
commit
f025bfe5ff
@ -36,6 +36,16 @@
|
||||
</listitem>
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>2007-07-14</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[dnicholson] - Made the Linux API Headers install safer by
|
||||
using an intermediate directory.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2007-07-06</para>
|
||||
<itemizedlist>
|
||||
|
@ -46,7 +46,8 @@
|
||||
|
||||
<screen><userinput>make mrproper
|
||||
make headers_check
|
||||
make INSTALL_HDR_PATH=/tools headers_install</userinput></screen>
|
||||
make INSTALL_HDR_PATH=dest headers_install
|
||||
cp -rv dest/include/* /tools/include</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -51,7 +51,8 @@
|
||||
|
||||
<screen><userinput>make mrproper
|
||||
make headers_check
|
||||
make INSTALL_HDR_PATH=/usr headers_install</userinput></screen>
|
||||
make INSTALL_HDR_PATH=dest headers_install
|
||||
cp -rv dest/include/* /usr/include</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!ENTITY version "SVN-20070706">
|
||||
<!ENTITY releasedate "July 6, 2007">
|
||||
<!ENTITY version "SVN-20070714">
|
||||
<!ENTITY releasedate "July 14, 2007">
|
||||
<!ENTITY milestone "6.3">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user