Ignore:
Timestamp:
Feb 21, 2006, 1:23:04 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
69caf2f
Parents:
82fedc4
Message:

r781@server (orig r779): jim | 2005-11-30 22:14:06 -0800

r836@server: jim | 2005-11-30 22:13:02 -0800
Text updates to final-system


File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/bash.xml

    r82fedc4 re0e40d3  
    5454    <para os="g">Prepare Bash for compilation:</para>
    5555
    56 <screen><userinput>./configure --prefix=/usr --bindir=/bin \
     56<screen os="h"><userinput>./configure --prefix=/usr --bindir=/bin \
    5757    --without-bash-malloc --with-installed-readline</userinput></screen>
    5858
    59     <variablelist os="h">
     59    <variablelist os="i">
    6060      <title>The meaning of the configure option:</title>
    6161
     
    7171    </variablelist>
    7272
    73     <para os="i">Compile the package:</para>
     73    <para os="j">Compile the package:</para>
    7474
    75 <screen os="j"><userinput>make</userinput></screen>
     75<screen os="k"><userinput>make</userinput></screen>
    7676
    77     <para os="k">To test the results, issue:
     77    <para os="l">To test the results, issue:
    7878    <userinput>make tests</userinput>.</para>
    7979
    80     <para os="l">Install the package:</para>
     80    <para os="m">Install the package:</para>
    8181
    82 <screen os="m"><userinput>make install</userinput></screen>
     82<screen os="n"><userinput>make install</userinput></screen>
    8383
    84     <para os="n">Run the newly compiled <command>bash</command> program (replacing
     84    <para os="o">Run the newly compiled <command>bash</command> program (replacing
    8585    the one that is currently being executed):</para>
    8686
    87 <screen os="o"><userinput>exec /bin/bash --login +h</userinput></screen>
     87<screen os="p"><userinput>exec /bin/bash --login +h</userinput></screen>
    8888
    89     <note os="p">
     89    <note os="q">
    9090      <para>The parameters used make the <command>bash</command>
    9191      process an interactive login shell and continue to disable hashing so
Note: See TracChangeset for help on using the changeset viewer.