mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Correct some role related markup to help with jhalfs' package management feature.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9742 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
e844aee20a
commit
bb0c3b3a28
@ -40,6 +40,11 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>2012-02-11</para>
|
<para>2012-02-11</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[matthew] - Correct some markup for a couple of installation
|
||||||
|
commands. This helps with jhalfs' package management feature. Thanks
|
||||||
|
to Pierre Labastie for the patch.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[matthew] - Create /usr/lib/libstdc++.la early in chapter 6 to
|
<para>[matthew] - Create /usr/lib/libstdc++.la early in chapter 6 to
|
||||||
fix an ICA issue. Thanks to Pierre Labastie for the patch.</para>
|
fix an ICA issue. Thanks to Pierre Labastie for the patch.</para>
|
||||||
|
@ -51,16 +51,16 @@
|
|||||||
<para>Make sure there are no stale files and dependencies lying around
|
<para>Make sure there are no stale files and dependencies lying around
|
||||||
from previous activity:</para>
|
from previous activity:</para>
|
||||||
|
|
||||||
<screen><userinput remap="install">make mrproper</userinput></screen>
|
<screen><userinput remap="pre">make mrproper</userinput></screen>
|
||||||
|
|
||||||
<para>Now test and extract the user-visible kernel headers from the source.
|
<para>Now test and extract the user-visible kernel headers from the source.
|
||||||
They are placed in an intermediate local directory and copied to the needed
|
They are placed in an intermediate local directory and copied to the needed
|
||||||
location because the extraction process removes any existing files in
|
location because the extraction process removes any existing files in
|
||||||
the target directory.</para>
|
the target directory.</para>
|
||||||
|
|
||||||
<screen><userinput remap="install">make headers_check
|
<screen><userinput remap="make">make headers_check
|
||||||
make INSTALL_HDR_PATH=dest headers_install
|
make INSTALL_HDR_PATH=dest headers_install
|
||||||
cp -rv dest/include/* /tools/include</userinput></screen>
|
</userinput><userinput remap="install">cp -rv dest/include/* /tools/include</userinput></screen>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
<para>Make sure there are no stale files and dependencies lying around
|
<para>Make sure there are no stale files and dependencies lying around
|
||||||
from previous activity:</para>
|
from previous activity:</para>
|
||||||
|
|
||||||
<screen><userinput remap="install">make mrproper</userinput></screen>
|
<screen><userinput remap="pre">make mrproper</userinput></screen>
|
||||||
|
|
||||||
<para>Now test and extract the user-visible kernel headers from the source.
|
<para>Now test and extract the user-visible kernel headers from the source.
|
||||||
They are placed in an intermediate local directory and copied to the needed
|
They are placed in an intermediate local directory and copied to the needed
|
||||||
@ -59,10 +59,10 @@
|
|||||||
the kernel developers and not needed by LFS that are removed from
|
the kernel developers and not needed by LFS that are removed from
|
||||||
the intermediate directory.</para>
|
the intermediate directory.</para>
|
||||||
|
|
||||||
<screen><userinput remap="install">make headers_check
|
<screen><userinput remap="make">make headers_check
|
||||||
make INSTALL_HDR_PATH=dest headers_install
|
make INSTALL_HDR_PATH=dest headers_install
|
||||||
find dest/include \( -name .install -o -name ..install.cmd \) -delete
|
find dest/include \( -name .install -o -name ..install.cmd \) -delete
|
||||||
cp -rv dest/include/* /usr/include</userinput></screen>
|
</userinput><userinput remap="install">cp -rv dest/include/* /usr/include</userinput></screen>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
@ -69,8 +69,8 @@
|
|||||||
|
|
||||||
<para>Install the documentation:</para>
|
<para>Install the documentation:</para>
|
||||||
|
|
||||||
<screen><userinput remap="install">make html
|
<screen><userinput remap="make">make html
|
||||||
make install-html</userinput></screen>
|
</userinput><userinput remap="install">make install-html</userinput></screen>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user