aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2012-02-11 15:25:45 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2012-02-11 15:25:45 +0000
commitbb0c3b3a288055a3b15c41bf81cb4fbf71b6700d (patch)
tree0852dbc4eff684980790123a78fd72dc95fbc07f /chapter06
parente844aee20acd5bbf0f621359dee02d8bebe1d524 (diff)
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
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/linux-headers.xml6
-rw-r--r--chapter06/mpfr.xml4
2 files changed, 5 insertions, 5 deletions
diff --git a/chapter06/linux-headers.xml b/chapter06/linux-headers.xml
index cb89fc1a0..ea1959794 100644
--- a/chapter06/linux-headers.xml
+++ b/chapter06/linux-headers.xml
@@ -50,7 +50,7 @@
<para>Make sure there are no stale files and dependencies lying around
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.
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 intermediate directory.</para>
-<screen><userinput remap="install">make headers_check
+<screen><userinput remap="make">make headers_check
make INSTALL_HDR_PATH=dest headers_install
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>
diff --git a/chapter06/mpfr.xml b/chapter06/mpfr.xml
index b61697bb1..fe183fb7d 100644
--- a/chapter06/mpfr.xml
+++ b/chapter06/mpfr.xml
@@ -69,8 +69,8 @@
<para>Install the documentation:</para>
-<screen><userinput remap="install">make html
-make install-html</userinput></screen>
+<screen><userinput remap="make">make html
+</userinput><userinput remap="install">make install-html</userinput></screen>
</sect2>