aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/bash.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/bash.xml')
-rw-r--r--chapter05/bash.xml19
1 files changed, 3 insertions, 16 deletions
diff --git a/chapter05/bash.xml b/chapter05/bash.xml
index 7b741aef9..962aef84a 100644
--- a/chapter05/bash.xml
+++ b/chapter05/bash.xml
@@ -12,7 +12,6 @@
<secondary>tools</secondary></indexterm>
<sect2 role="package"><title/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../chapter06/bash.xml" xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
<segmentedlist>
<segtitle>&buildtime;</segtitle>
@@ -20,16 +19,11 @@
<seglistitem><seg>1.2 SBU</seg><seg>27 MB</seg></seglistitem>
</segmentedlist>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../chapter06/bash.xml" xpointer="xpointer(/sect1/sect2[1]/segmentedlist[2])"/>
-
</sect2>
<sect2 role="installation">
<title>Installation of Bash</title>
-<para>Bash has a problem when compiled against newer versions of glibc, causing
-it to hang inappropriately. This patch fixes the problem:</para>
-
<screen><userinput>patch -Np1 -i ../bash-&bash-version;-avoid_WCONTINUED-1.patch</userinput></screen>
<para>Prepare Bash for compilation:</para>
@@ -40,22 +34,15 @@ it to hang inappropriately. This patch fixes the problem:</para>
<screen><userinput>make</userinput></screen>
-<para>(If you want to test the results, then issue:
-<userinput>make tests</userinput>.)</para>
+<para>To test the results, issue:
+<userinput>make test</userinput>.</para>
-<para>Then install it and its documentation:</para>
+<para>Then install it :</para>
<screen><userinput>make install</userinput></screen>
-<para>And make a link for the programs that use <command>sh</command>
-for a shell:</para>
-
<screen><userinput>ln -s bash /tools/bin/sh</userinput></screen>
</sect2>
-<sect2 role="content"><title/>
-<para>The details on this package are found in <xref linkend="contents-bash"/>.</para>
-</sect2>
-
</sect1>