bash.xml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
  3. <!ENTITY % general-entities SYSTEM "../general.ent">
  4. %general-entities;
  5. ]>
  6. <sect1 id="ch-tools-bash">
  7. <title>Bash-&bash-version;</title>
  8. <?dbhtml filename="bash.html"?>
  9. <indexterm zone="ch-tools-bash">
  10. <primary sortas="a-Bash">Bash</primary>
  11. <secondary>tools</secondary></indexterm>
  12. <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../chapter06/bash.xml" xpointer="xpointer(/sect1/para[1])"/>
  13. <screen>&buildtime; 1.2 SBU
  14. &diskspace; 27 MB</screen>
  15. <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../chapter06/bash.xml" xpointer="xpointer(/sect1/para[2])"/>
  16. <sect2>
  17. <title>Installation of Bash</title>
  18. <para>Bash contains several known bugs. Fix these with the following
  19. patch:</para>
  20. <screen><userinput>patch -Np1 -i ../bash-&bash-version;-2.patch</userinput></screen>
  21. <para>Now prepare Bash for compilation:</para>
  22. <screen><userinput>./configure --prefix=/tools --without-bash-malloc</userinput></screen>
  23. <para>Compile the program:</para>
  24. <screen><userinput>make</userinput></screen>
  25. <para>(If you insist on testing the results, then issue:
  26. <userinput>make tests</userinput>.)</para>
  27. <para>Then install it and its documentation:</para>
  28. <screen><userinput>make install</userinput></screen>
  29. <para>And make a link for the programs that use <command>sh</command>
  30. for a shell:</para>
  31. <screen><userinput>ln -s bash /tools/bin/sh</userinput></screen>
  32. </sect2>
  33. <sect2><title> </title><para> </para>
  34. <para>The details on this package are found in <xref linkend="contents-bash"/>.</para>
  35. <para> </para></sect2>
  36. </sect1>