aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2012-11-27 03:21:28 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2012-11-27 03:21:28 +0000
commit79bfd820d4c1f863761e3d658266b1613e129ffb (patch)
tree2fc6277a6090d702d4cb26236d6234e041ad2aab /chapter05
parentf9d6f78f22d8d6545e02ec943b98f28ab6f32b29 (diff)
Remphasize host system requirements in General Compilation Instructions.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10051 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/generalinstructions.xml23
1 files changed, 21 insertions, 2 deletions
diff --git a/chapter05/generalinstructions.xml b/chapter05/generalinstructions.xml
index ba632c0ee..c1caca30b 100644
--- a/chapter05/generalinstructions.xml
+++ b/chapter05/generalinstructions.xml
@@ -51,8 +51,27 @@
<para>Finally, two last important items must be emphasized:</para>
<important>
- <para>The build instructions assume that the <command>bash</command>
- shell is in use.</para>
+
+ <para>The build instructions assume that the <xref
+ linkend='pre-hostreqs'/>, including symbolic links, have been set
+ properly:</para>
+
+ <itemizedlist role='important'>
+
+ <listitem override='bullet'><para><command>bash</command> is the shell
+ in use.</para></listitem>
+
+ <listitem override='bullet'><para><command>sh</command> is a symbolic
+ link to <command>bash</command>.</para></listitem>
+
+ <listitem override='bullet'><para><command>/usr/bin/awk</command> is a
+ symbolic link to <command>gawk</command>.</para></listitem>
+
+ <listitem override='bullet'><para><command>/usr/bin/yacc</command> is a
+ symbolic link to <command>bison</command> or a small script that
+ executes bison.</para></listitem>
+
+ </itemizedlist>
</important>
<important>